]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-53251.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-53251.stderr
index 21e41574a46838ebd3b30bf21f6d6babcc50ecff..cd5030f761987560a1557e895f87c00497a47140 100644 (file)
@@ -6,6 +6,8 @@ LL |                 S::f::<i64>();
 ...
 LL | impl_add!(a b);
    | --------------- in this macro invocation
+   |
+   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error[E0107]: wrong number of type arguments: expected 0, found 1
   --> $DIR/issue-53251.rs:11:24
@@ -15,6 +17,8 @@ LL |                 S::f::<i64>();
 ...
 LL | impl_add!(a b);
    | --------------- in this macro invocation
+   |
+   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to 2 previous errors