rust/tests/ui/proc-macro/cfg-eval-fail.stderr
2023-01-11 09:32:08 +00:00

9 lines
231 B
Plaintext

error: removing an expression is not supported in this position
--> $DIR/cfg-eval-fail.rs:5:25
|
LL | let _ = #[cfg_eval] #[cfg(FALSE)] 0;
| ^^^^^^^^^^^^^
error: aborting due to previous error