]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/generator/yield-while-ref-reborrowed.stderr
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
[rust.git] / src / test / ui / generator / yield-while-ref-reborrowed.stderr
index 67cd1f64d94aad1130f672fe48a3c3e320035938..47147f9c05d781a52bb521017df91b0a6172ec6d 100644 (file)
@@ -11,7 +11,7 @@ LL |     println!("{}", x);
 LL |     Pin::new(&mut b).resume(());
    |              ------ first borrow later used here
    |
-   = 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