]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/proc-macro/resolved-located-at.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / proc-macro / resolved-located-at.stderr
index e71e79514f2fe7b2bb97f695a2a0f8b3be800b2a..db1aa5d5720b939348a090dcea8e028bc031149b 100644 (file)
@@ -12,7 +12,7 @@ error[E0308]: mismatched types
 LL | fn main() {
    |           - expected `()` because of default return type
 LL |     resolve_located_at!(a b)
-   |                           ^ expected `()`, found struct `main::S`
+   |                           ^ expected `()`, found struct `S`
    |
    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)