2021-03-06 21:33:02 +03: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 18:47:19 +08:00
|
|
|
error: aborting due to previous error
|
2021-03-06 21:33:02 +03:00
|
|
|
|