2021-03-06 18:33:02 +00:00
|
|
|
error: removing an expression is not supported in this position
|
|
|
|
--> $DIR/cfg-eval-fail.rs:5:25
|
|
|
|
|
|
|
|
|
LL | let _ = #[cfg_eval] #[cfg(FALSE)] 0;
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-03-06 18:33:02 +00:00
|
|
|
|