2018-04-15 08:59:00 -05:00
|
|
|
error[E0557]: feature has been removed
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/macro-reexport-removed.rs:3:12
|
2018-04-15 08:59:00 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #![feature(macro_reexport)]
|
2019-11-25 14:36:26 -06:00
|
|
|
| ^^^^^^^^^^^^^^ feature has been removed
|
2018-04-29 09:58:51 -05:00
|
|
|
|
|
2019-11-25 14:36:26 -06:00
|
|
|
= note: subsumed by `pub use`
|
2018-04-15 08:59:00 -05:00
|
|
|
|
2019-09-15 04:55:18 -05:00
|
|
|
error: cannot find attribute `macro_reexport` in this scope
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/macro-reexport-removed.rs:5:3
|
2018-04-15 08:59:00 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[macro_reexport(macro_one)]
|
2019-07-11 18:29:28 -05:00
|
|
|
| ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export`
|
2018-04-15 08:59:00 -05:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
2019-07-11 17:00:20 -05:00
|
|
|
For more information about this error, try `rustc --explain E0557`.
|