1
Fork 0
rust/src/test/ui/macros/macro-comma-support.stderr

15 lines
312 B
Text
Raw Normal View History

2018-08-08 14:28:26 +02:00
error: lel
--> $DIR/macro-comma-support.rs:16:5
|
LL | compile_error!("lel"); //~ ERROR lel
| ^^^^^^^^^^^^^^^^^^^^^^
error: lel
--> $DIR/macro-comma-support.rs:17:5
|
LL | compile_error!("lel",); //~ ERROR lel
| ^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors