]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/borrowck-while-break.stderr
Rollup merge of #102281 - RalfJung:invalid-enums, r=cjgillot
[rust.git] / src / test / ui / borrowck / borrowck-while-break.stderr
index 44674febf4973b4c3929e779e62e4a8554a7947d..13143d436df8e6826b89ad7bf862e66abdefe74d 100644 (file)
@@ -9,7 +9,7 @@ LL |     while cond {
 LL |     println!("{}", v);
    |                    ^ `v` used here but it is possibly-uninitialized
    |
-   = note: this error originates in the macro `$crate::format_args_nl` (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error