]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-lifetime-used-with-labels.stderr
Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup
[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