mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
21 lines
618 B
Plaintext
21 lines
618 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: removing an expression is not supported in this position
|
||
|
--> $DIR/cfg-eval-fail.rs:5:25
|
||
|
|
|
||
|
LL | let _ = #[cfg_eval] #[cfg(FALSE)] 0;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
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 3 previous errors
|
||
|
|