]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/liveness/liveness-return-last-stmt-semi.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / liveness / liveness-return-last-stmt-semi.stderr
index 6b4de6618c51bb251b464ea1477b1f7ae30f86ca..ae63bad841fa30f6b73df5caaa3cdd9e7adb5843 100644 (file)
@@ -9,6 +9,8 @@ LL | macro_rules! test { () => { fn foo() -> i32 { 1; } } }
 ...
 LL |     test!();
    |     -------- in this macro invocation
+   |
+   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error[E0308]: mismatched types
   --> $DIR/liveness-return-last-stmt-semi.rs:7:19