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
|
|
|