]> git.lizzy.rs Git - rust.git/blob - src/test/ui/out-of-order-shadowing.stderr
Rollup merge of #53257 - faern:ip-method-idiomatic-improvement, r=TimNN
[rust.git] / src / test / ui / out-of-order-shadowing.stderr
1 error: `bar` is already in scope
2   --> $DIR/out-of-order-shadowing.rs:15:1
3    |
4 LL | define_macro!(bar);
5    | ^^^^^^^^^^^^^^^^^^^
6    |
7    = note: macro-expanded `macro_rules!`s may not shadow existing macros (see RFC 1560)
8    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
9
10 error: aborting due to previous error
11