rust/src/test/ui/parser/macros-no-semicolon-items.stderr

9 lines
259 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: macros that expand to items must either be surrounded with braces or followed by a semicolon
--> $DIR/macros-no-semicolon-items.rs:1:17
2018-10-20 15:36:17 -05:00
|
LL | macro_rules! foo() //~ ERROR semicolon
| ^^
error: aborting due to previous error