]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/const-eval/unwind-abort.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / consts / const-eval / unwind-abort.stderr
index 78ebd36abd86b14dcf8c28df78029d6aa2c50fab..99178ae8c83d1bddfbcc430d905cd158aee4552a 100644 (file)
@@ -10,7 +10,7 @@ LL |     panic!()
 LL | const _: () = foo();
    |               ----- inside `_` at $DIR/unwind-abort.rs:7:15
    |
-   = note: this error originates in the macro `$crate::panic::panic_2015` (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in the macro `$crate::panic::panic_2015` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error