]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-lifetime-used-with-labels.stderr
Rollup merge of #93813 - xldenis:public-mir-passes, r=wesleywiser
[rust.git] / src / test / ui / macros / macro-lifetime-used-with-labels.stderr
1 warning: label name `'b` shadows a label name that is already in scope
2   --> $DIR/macro-lifetime-used-with-labels.rs:21:9
3    |
4 LL |         'b: loop {
5    |         ^^ label `'b` already in scope
6 ...
7 LL |     'b: loop {
8    |     -- first declared here
9 LL |         br2!('b);
10    |         -------- in this macro invocation
11    |
12    = note: this warning originates in the macro `br2` (in Nightly builds, run with -Z macro-backtrace for more info)
13
14 warning: 1 warning emitted
15