|
1 | | -error[E0579]: lower range bound must be less than upper |
| 1 | +error[E0579]: upper bound for a range pattern cannot be the minimum |
2 | 2 | --> $DIR/half-open-range-pats-thir-lower-empty.rs:11:11 |
3 | 3 | | |
4 | 4 | LL | m!(0, ..u8::MIN); |
5 | 5 | | ^^^^^^^^^ |
6 | 6 |
|
7 | | -error[E0579]: lower range bound must be less than upper |
| 7 | +error[E0579]: upper bound for a range pattern cannot be the minimum |
8 | 8 | --> $DIR/half-open-range-pats-thir-lower-empty.rs:13:11 |
9 | 9 | | |
10 | 10 | LL | m!(0, ..u16::MIN); |
11 | 11 | | ^^^^^^^^^^ |
12 | 12 |
|
13 | | -error[E0579]: lower range bound must be less than upper |
| 13 | +error[E0579]: upper bound for a range pattern cannot be the minimum |
14 | 14 | --> $DIR/half-open-range-pats-thir-lower-empty.rs:15:11 |
15 | 15 | | |
16 | 16 | LL | m!(0, ..u32::MIN); |
17 | 17 | | ^^^^^^^^^^ |
18 | 18 |
|
19 | | -error[E0579]: lower range bound must be less than upper |
| 19 | +error[E0579]: upper bound for a range pattern cannot be the minimum |
20 | 20 | --> $DIR/half-open-range-pats-thir-lower-empty.rs:17:11 |
21 | 21 | | |
22 | 22 | LL | m!(0, ..u64::MIN); |
23 | 23 | | ^^^^^^^^^^ |
24 | 24 |
|
25 | | -error[E0579]: lower range bound must be less than upper |
| 25 | +error[E0579]: upper bound for a range pattern cannot be the minimum |
26 | 26 | --> $DIR/half-open-range-pats-thir-lower-empty.rs:19:11 |
27 | 27 | | |
28 | 28 | LL | m!(0, ..u128::MIN); |
29 | 29 | | ^^^^^^^^^^^ |
30 | 30 |
|
31 | | -error[E0579]: lower range bound must be less than upper |
| 31 | +error[E0579]: upper bound for a range pattern cannot be the minimum |
32 | 32 | --> $DIR/half-open-range-pats-thir-lower-empty.rs:22:11 |
33 | 33 | | |
34 | 34 | LL | m!(0, ..i8::MIN); |
35 | 35 | | ^^^^^^^^^ |
36 | 36 |
|
37 | | -error[E0579]: lower range bound must be less than upper |
| 37 | +error[E0579]: upper bound for a range pattern cannot be the minimum |
38 | 38 | --> $DIR/half-open-range-pats-thir-lower-empty.rs:24:11 |
39 | 39 | | |
40 | 40 | LL | m!(0, ..i16::MIN); |
41 | 41 | | ^^^^^^^^^^ |
42 | 42 |
|
43 | | -error[E0579]: lower range bound must be less than upper |
| 43 | +error[E0579]: upper bound for a range pattern cannot be the minimum |
44 | 44 | --> $DIR/half-open-range-pats-thir-lower-empty.rs:26:11 |
45 | 45 | | |
46 | 46 | LL | m!(0, ..i32::MIN); |
47 | 47 | | ^^^^^^^^^^ |
48 | 48 |
|
49 | | -error[E0579]: lower range bound must be less than upper |
| 49 | +error[E0579]: upper bound for a range pattern cannot be the minimum |
50 | 50 | --> $DIR/half-open-range-pats-thir-lower-empty.rs:28:11 |
51 | 51 | | |
52 | 52 | LL | m!(0, ..i64::MIN); |
53 | 53 | | ^^^^^^^^^^ |
54 | 54 |
|
55 | | -error[E0579]: lower range bound must be less than upper |
| 55 | +error[E0579]: upper bound for a range pattern cannot be the minimum |
56 | 56 | --> $DIR/half-open-range-pats-thir-lower-empty.rs:30:11 |
57 | 57 | | |
58 | 58 | LL | m!(0, ..i128::MIN); |
59 | 59 | | ^^^^^^^^^^^ |
60 | 60 |
|
61 | | -error[E0579]: lower range bound must be less than upper |
| 61 | +error[E0579]: upper bound for a range pattern cannot be the minimum |
62 | 62 | --> $DIR/half-open-range-pats-thir-lower-empty.rs:33:14 |
63 | 63 | | |
64 | 64 | LL | m!(0f16, ..f16::NEG_INFINITY); |
65 | 65 | | ^^^^^^^^^^^^^^^^^^^ |
66 | 66 |
|
67 | | -error[E0579]: lower range bound must be less than upper |
| 67 | +error[E0579]: upper bound for a range pattern cannot be the minimum |
68 | 68 | --> $DIR/half-open-range-pats-thir-lower-empty.rs:35:14 |
69 | 69 | | |
70 | 70 | LL | m!(0f32, ..f32::NEG_INFINITY); |
71 | 71 | | ^^^^^^^^^^^^^^^^^^^ |
72 | 72 |
|
73 | | -error[E0579]: lower range bound must be less than upper |
| 73 | +error[E0579]: upper bound for a range pattern cannot be the minimum |
74 | 74 | --> $DIR/half-open-range-pats-thir-lower-empty.rs:37:14 |
75 | 75 | | |
76 | 76 | LL | m!(0f64, ..f64::NEG_INFINITY); |
77 | 77 | | ^^^^^^^^^^^^^^^^^^^ |
78 | 78 |
|
79 | | -error[E0579]: lower range bound must be less than upper |
| 79 | +error[E0579]: upper bound for a range pattern cannot be the minimum |
80 | 80 | --> $DIR/half-open-range-pats-thir-lower-empty.rs:39:15 |
81 | 81 | | |
82 | 82 | LL | m!(0f128, ..f128::NEG_INFINITY); |
83 | 83 | | ^^^^^^^^^^^^^^^^^^^^ |
84 | 84 |
|
85 | | -error[E0579]: lower range bound must be less than upper |
| 85 | +error[E0579]: upper bound for a range pattern cannot be the minimum |
86 | 86 | --> $DIR/half-open-range-pats-thir-lower-empty.rs:42:13 |
87 | 87 | | |
88 | 88 | LL | m!('a', ..'\u{0}'); |
|
0 commit comments