15 lines
310 B
Plaintext
15 lines
310 B
Plaintext
error: lel
|
|
--> $DIR/macro-comma-support.rs:6:5
|
|
|
|
|
LL | compile_error!("lel"); //~ ERROR lel
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: lel
|
|
--> $DIR/macro-comma-support.rs:7:5
|
|
|
|
|
LL | compile_error!("lel",); //~ ERROR lel
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|