mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
9 lines
210 B
Plaintext
9 lines
210 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 previous error
|
|
|