]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/import-prefix-macro-2.stderr
Rollup merge of #106958 - jyn514:labels, r=m-ou-se
[rust.git] / tests / ui / imports / import-prefix-macro-2.stderr
1 error: expected identifier, found `a::b::c`
2   --> $DIR/import-prefix-macro-2.rs:11:26
3    |
4 LL |     ($p: path) => (use ::$p {S, Z});
5    |                          ^^ expected identifier
6 ...
7 LL | import! { a::b::c }
8    | ------------------- in this macro invocation
9    |
10    = note: this error originates in the macro `import` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: aborting due to previous error
13