Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
proc-macro
/
cfg-eval-fail.stderr
blob: df8b6d5f382a19f73755e5594f0380c8bd992be0 [
file
] [
log
] [
blame
]
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