]> git.proxmox.com Git - rustc.git/blame - src/test/ui/run-pass/macros/macro-lifetime-used-with-labels.stderr
New upstream version 1.30.0+dfsg1
[rustc.git] / src / test / ui / run-pass / macros / macro-lifetime-used-with-labels.stderr
CommitLineData
b7449926
XL
1warning: label name `'b` shadows a label name that is already in scope
2 --> $DIR/macro-lifetime-used-with-labels.rs:31:9
3 |
4LL | 'b: loop {
5 | ^^ lifetime 'b already in scope
6...
7LL | 'b: loop {
8 | -- first declared here
9LL | br2!('b);
10 | --------- in this macro invocation
11