rust/src/test/ui/macro_backtrace/main.stderr

18 lines
791 B
Plaintext
Raw Normal View History

2017-10-26 23:50:54 -05:00
error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `error`
--> $DIR/main.rs:19:20
|
2017-11-20 06:13:27 -06:00
19 | () => { syntax error }; //~ ERROR expected one of
| ^^^^^ expected one of 8 possible tokens here
2017-11-20 06:13:27 -06:00
$DIR/main.rs:24:5: 24:13 note: in this expansion of pong! (defined in $DIR/main.rs)
2017-10-26 23:50:54 -05:00
error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `error`
--> $DIR/main.rs:19:20
|
2017-11-20 06:13:27 -06:00
19 | () => { syntax error }; //~ ERROR expected one of
| ^^^^^ expected one of 8 possible tokens here
2017-11-20 06:13:27 -06:00
$DIR/main.rs:25:5: 25:13 note: in this expansion of ping! (defined in <ping macros>)
2017-10-26 23:50:54 -05:00
<ping macros>:1:11: 1:24 note: in this expansion of pong! (defined in $DIR/main.rs)
error: aborting due to 2 previous errors