]> git.proxmox.com Git - rustc.git/blame - src/test/ui/loops/loops-reject-lifetime-shadowing-label.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / loops / loops-reject-lifetime-shadowing-label.stderr
CommitLineData
ff7c6d11 1warning: lifetime name `'a` shadows a label name that is already in scope
dc9dc135 2 --> $DIR/loops-reject-lifetime-shadowing-label.rs:21:55
ff7c6d11 3 |
0531ce1d 4LL | 'a: loop {
ff7c6d11 5 | -- first declared here
dc9dc135
XL
6LL | let b = Box::new(|x: &i8| *x) as Box<dyn for <'a> Fn(&'a i8) -> i8>;
7 | ^^ lifetime 'a already in scope
ff7c6d11 8
ba9703b0
XL
9warning: 1 warning emitted
10