Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
expr
/
if
/
attrs
/
bad-cfg.stderr
blob: 8a2890886a15c9a9b8c951507b48fcddddce2af3 [
file
] [
log
] [
blame
]
error
:
removing an expression
is
not
supported
in
this
position
-->
$DIR
/
bad
-
cfg
.
rs
:
4
:
13
|
LL
|
let
_
=
#[cfg(FALSE)] if true {};
|
^^^^^^^^^^^^^
error
:
aborting due to previous error