mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
15 lines
280 B
Plaintext
15 lines
280 B
Plaintext
error: lel
|
|
--> $DIR/macro-comma-support.rs:6:5
|
|
|
|
|
LL | compile_error!("lel");
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: lel
|
|
--> $DIR/macro-comma-support.rs:7:5
|
|
|
|
|
LL | compile_error!("lel",);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|