summary refs log tree commit diff
path: root/src/test/ui/const-eval/ref_to_int_match.stderr
blob: eef7b6df252fe5f21d48ce32fb7a362d41cc37b2 (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`.