]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/imports/import-prefix-macro-1.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / imports / import-prefix-macro-1.stderr
index 6c12a366b7152ffc5e697811f21ed16d7a809c6c..2ecc519e718f6910958bb37129eb5a17a9aa4f8d 100644 (file)
@@ -6,6 +6,8 @@ LL |     ($p: path) => (use $p {S, Z});
 ...
 LL | import! { a::b::c }
    | ------------------- 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 previous error