]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/borrowck-while-break.stderr
Unit test from #57866.
[rust.git] / src / test / ui / borrowck / borrowck-while-break.stderr
index eaaecdb5bbbd95adcea93b2f0447b9a57469895c..f35d43162b2449fce65f762a3c76e035cc171331 100644 (file)
@@ -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`