Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
proc-macro
/
cfg-eval-fail.stderr
blob: 7f21e4646b1cc044a7db87baaed12432ee39795f [
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
1
previous error