summary refs log tree commit diff
path: root/src/test/ui/const-eval/ref_to_int_match.stderr
blob: 64ea57702d7063b595624f28f0d1c3636cec080e (plain)
1
2
3
4
5
6
7
8
9
error[E0030]: lower range bound must be less than or equal to upper
  --> $DIR/ref_to_int_match.rs:15:9
   |
LL |         10..=BAR => {}, //~ ERROR lower range bound must be less than or equal to upper
   |         ^^ lower bound larger than upper bound

error: aborting due to previous error

For more information about this error, try `rustc --explain E0030`.