X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fborrowck%2Fborrowck-while-break.stderr;h=f35d43162b2449fce65f762a3c76e035cc171331;hb=620a03f5aa7490cc904f868c91fbb303ec6a3274;hp=eaaecdb5bbbd95adcea93b2f0447b9a57469895c;hpb=d8815cfe7daf571617ddd0eeecdf8cb9041b893a;p=rust.git diff --git a/src/test/ui/borrowck/borrowck-while-break.stderr b/src/test/ui/borrowck/borrowck-while-break.stderr index eaaecdb5bbb..f35d43162b2 100644 --- a/src/test/ui/borrowck/borrowck-while-break.stderr +++ b/src/test/ui/borrowck/borrowck-while-break.stderr @@ -1,5 +1,5 @@ error[E0381]: use of possibly uninitialized variable: `v` - --> $DIR/borrowck-while-break.rs:17:20 + --> $DIR/borrowck-while-break.rs:7:20 | LL | println!("{}", v); //~ ERROR use of possibly uninitialized variable: `v` | ^ use of possibly uninitialized `v`