mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 08:15:58 +00:00
9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
error: removing an expression is not supported in this position
|
|
--> $DIR/bad-cfg.rs:4:13
|
|
|
|
|
LL | let _ = #[cfg(FALSE)] if true {};
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|