mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-29 20:00:43 +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
|
|
|