blob: 80317a34944c6306fe95cd0738672e75a377f2c2 [file] [log] [blame]
error: expected identifier, found `a::b::c`
--> $DIR/import-prefix-macro-2.rs:11:26
|
LL | ($p: path) => (use ::$p {S, Z});
| ^^ expected identifier
...
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