]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/cfg-eval-fail.stderr
Rollup merge of #86478 - ehuss:future-incompat-test, r=oli-obk
[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: removing an expression is not supported in this position
8   --> $DIR/cfg-eval-fail.rs:5:25
9    |
10 LL |     let _ = #[cfg_eval] #[cfg(FALSE)] 0;
11    |                         ^^^^^^^^^^^^^
12
13 error: removing an expression is not supported in this position
14   --> $DIR/cfg-eval-fail.rs:5:25
15    |
16 LL |     let _ = #[cfg_eval] #[cfg(FALSE)] 0;
17    |                         ^^^^^^^^^^^^^
18
19 error: aborting due to 3 previous errors
20