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

15 lines
312 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05: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