]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/cfg-eval-fail.stderr
Rollup merge of #106816 - TimNN:rental-remap, r=oli-obj
[rust.git] / tests / 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