summary refs log tree commit diff
path: root/tests/ui/conditional-compilation/invalid-node-range-issue-129166.stderr
blob: 0699e182bd5f21ff4ad146535eb76a330e447f29 (plain)
1
2
3
4
5
6
7
8
error: removing an expression is not supported in this position
  --> $DIR/invalid-node-range-issue-129166.rs:7:17
   |
LL |     #[cfg_eval] #[cfg(not(FALSE))] 0
   |                 ^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error