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