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

12 lines
387 B
Plaintext
Raw Normal View History

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