2021-03-06 12:33:02 -06: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;
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
2021-12-29 04:47:19 -06:00
|
|
|
error: aborting due to previous error
|
2021-03-06 12:33:02 -06:00
|
|
|
|