rust/src/test/ui/imports/import-prefix-macro-2.stderr

12 lines
352 B
Plaintext
Raw Normal View History

2018-08-08 12:28:26 +00:00
error: expected identifier, found `a::b::c`
2018-12-25 15:56:47 +00:00
--> $DIR/import-prefix-macro-2.rs:11:26
2018-08-08 12:28:26 +00:00
|
LL | ($p: path) => (use ::$p {S, Z}); //~ERROR expected identifier, found `a::b::c`
| ^^ expected identifier
...
LL | import! { a::b::c }
| ------------------- in this macro invocation
error: aborting due to previous error