Give removal reasons to removed features

This commit is contained in:
Vadim Petrochenkov 2018-04-29 17:58:51 +03:00
parent 300b6bb417
commit d98100b967
2 changed files with 46 additions and 36 deletions

View file

@ -1,6 +1,12 @@
error[E0557]: feature has been removed
--> $DIR/macro-reexport-removed.rs:13:12
|
LL | #![feature(macro_reexport)] //~ ERROR feature has been removed
| ^^^^^^^^^^^^^^
|
note: subsumed by `#![feature(use_extern_macros)]` and `pub use`
--> $DIR/macro-reexport-removed.rs:13:12
|
LL | #![feature(macro_reexport)] //~ ERROR feature has been removed
| ^^^^^^^^^^^^^^