]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/borrowck-break-uninit-2.stderr
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
[rust.git] / src / test / ui / borrowck / borrowck-break-uninit-2.stderr
index 23ea1a2de7fc7d66f24e16cfe66807d0c639014c..91038b3adca9d0f8dcab38064738bf47cdbe84d6 100644 (file)
@@ -7,7 +7,7 @@ LL |     let x: isize;
 LL |     println!("{}", x);
    |                    ^ `x` used here but it isn't initialized
    |
-   = 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