blob: 8a2890886a15c9a9b8c951507b48fcddddce2af3 [file] [log] [blame]
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