8 lines
212 B
Text
8 lines
212 B
Text
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
|
|
|