]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro-reexport-removed.stderr
Auto merge of #106976 - tmiasko:borrowck-lazy-dominators, r=cjgillot
[rust.git] / tests / ui / macros / macro-reexport-removed.stderr
1 error[E0557]: feature has been removed
2   --> $DIR/macro-reexport-removed.rs:3:12
3    |
4 LL | #![feature(macro_reexport)]
5    |            ^^^^^^^^^^^^^^ feature has been removed
6    |
7    = note: subsumed by `pub use`
8
9 error: cannot find attribute `macro_reexport` in this scope
10   --> $DIR/macro-reexport-removed.rs:5:3
11    |
12 LL | #[macro_reexport(macro_one)]
13    |   ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export`
14
15 error: aborting due to 2 previous errors
16
17 For more information about this error, try `rustc --explain E0557`.