blob: 8428dce2728afc106169fe906b6c51def0ec7cda [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
error: aborting due to previous error