]> git.lizzy.rs Git - rust.git/blob - src/test/ui/imports/import-prefix-macro-2.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / imports / import-prefix-macro-2.stderr
1 error: expected identifier, found `a::b::c`
2   --> $DIR/import-prefix-macro-2.rs:21:26
3    |
4 LL |     ($p: path) => (use ::$p {S, Z}); //~ERROR  expected identifier, found `a::b::c`
5    |                          ^^ expected identifier
6 ...
7 LL | import! { a::b::c }
8    | ------------------- in this macro invocation
9
10 error: aborting due to previous error
11