2020-02-19 10:47:27 -05:00
|
|
|
error: removing an expression is not supported in this position
|
|
|
|
|
--> $DIR/bad-cfg.rs:4:13
|
|
|
|
|
|
|
|
|
|
|
LL | let _ = #[cfg(FALSE)] if true {};
|
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-02-19 10:47:27 -05:00
|
|
|
|