1error: expected identifier, found `a::b::c`
2  --> $DIR/import-prefix-macro-2.rs:11:26
3   |
4LL |     ($p: path) => (use ::$p {S, Z});
5   |                          ^^ expected identifier
6...
7LL | 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
12error: aborting due to previous error
13
14