]> git.proxmox.com Git - rustc.git/blame - src/test/ui/imports/import-prefix-macro-2.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / imports / import-prefix-macro-2.stderr
CommitLineData
b7449926 1error: expected identifier, found `a::b::c`
0731742a 2 --> $DIR/import-prefix-macro-2.rs:11:26
b7449926 3 |
532ac7d7 4LL | ($p: path) => (use ::$p {S, Z});
b7449926
XL
5 | ^^ expected identifier
6...
7LL | import! { a::b::c }
8 | ------------------- in this macro invocation
74b04a01
XL
9 |
10 = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
b7449926
XL
11
12error: aborting due to previous error
13