]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/cfg-eval-fail.stderr
Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup
[rust.git] / src / test / ui / proc-macro / cfg-eval-fail.stderr
1 error: removing an expression is not supported in this position
2   --> $DIR/cfg-eval-fail.rs:5:25
3    |
4 LL |     let _ = #[cfg_eval] #[cfg(FALSE)] 0;
5    |                         ^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8