]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/proc-macro/resolved-located-at.stderr
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / proc-macro / resolved-located-at.stderr
index db1aa5d5720b939348a090dcea8e028bc031149b..422820e9d8bd5068112d82fbc78eb43b590109f4 100644 (file)
@@ -4,7 +4,7 @@ error: expected error
 LL |     resolve_located_at!(a b)
    |                         ^
    |
-   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in the macro `resolve_located_at` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error[E0308]: mismatched types
   --> $DIR/resolved-located-at.rs:7:27
@@ -14,7 +14,7 @@ LL | fn main() {
 LL |     resolve_located_at!(a b)
    |                           ^ expected `()`, found struct `S`
    |
-   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in the macro `resolve_located_at` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to 2 previous errors