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