]> git.lizzy.rs Git - rust.git/blob - src/test/ui/half-open-range-patterns/half-open-range-pats-thir-lower-empty.stderr
Stabilize half_open_range_patterns
[rust.git] / src / test / ui / half-open-range-patterns / half-open-range-pats-thir-lower-empty.stderr
1 error[E0579]: lower range bound must be less than upper
2   --> $DIR/half-open-range-pats-thir-lower-empty.rs:11:11
3    |
4 LL |     m!(0, ..u8::MIN);
5    |           ^^^^^^^^^
6
7 error[E0579]: lower range bound must be less than upper
8   --> $DIR/half-open-range-pats-thir-lower-empty.rs:14:11
9    |
10 LL |     m!(0, ..u16::MIN);
11    |           ^^^^^^^^^^
12
13 error[E0579]: lower range bound must be less than upper
14   --> $DIR/half-open-range-pats-thir-lower-empty.rs:17:11
15    |
16 LL |     m!(0, ..u32::MIN);
17    |           ^^^^^^^^^^
18
19 error[E0579]: lower range bound must be less than upper
20   --> $DIR/half-open-range-pats-thir-lower-empty.rs:20:11
21    |
22 LL |     m!(0, ..u64::MIN);
23    |           ^^^^^^^^^^
24
25 error[E0579]: lower range bound must be less than upper
26   --> $DIR/half-open-range-pats-thir-lower-empty.rs:23:11
27    |
28 LL |     m!(0, ..u128::MIN);
29    |           ^^^^^^^^^^^
30
31 error[E0579]: lower range bound must be less than upper
32   --> $DIR/half-open-range-pats-thir-lower-empty.rs:27:11
33    |
34 LL |     m!(0, ..i8::MIN);
35    |           ^^^^^^^^^
36
37 error[E0579]: lower range bound must be less than upper
38   --> $DIR/half-open-range-pats-thir-lower-empty.rs:30:11
39    |
40 LL |     m!(0, ..i16::MIN);
41    |           ^^^^^^^^^^
42
43 error[E0579]: lower range bound must be less than upper
44   --> $DIR/half-open-range-pats-thir-lower-empty.rs:33:11
45    |
46 LL |     m!(0, ..i32::MIN);
47    |           ^^^^^^^^^^
48
49 error[E0579]: lower range bound must be less than upper
50   --> $DIR/half-open-range-pats-thir-lower-empty.rs:36:11
51    |
52 LL |     m!(0, ..i64::MIN);
53    |           ^^^^^^^^^^
54
55 error[E0579]: lower range bound must be less than upper
56   --> $DIR/half-open-range-pats-thir-lower-empty.rs:39:11
57    |
58 LL |     m!(0, ..i128::MIN);
59    |           ^^^^^^^^^^^
60
61 error[E0579]: lower range bound must be less than upper
62   --> $DIR/half-open-range-pats-thir-lower-empty.rs:43:14
63    |
64 LL |     m!(0f32, ..f32::NEG_INFINITY);
65    |              ^^^^^^^^^^^^^^^^^^^
66
67 error[E0579]: lower range bound must be less than upper
68   --> $DIR/half-open-range-pats-thir-lower-empty.rs:46:14
69    |
70 LL |     m!(0f64, ..f64::NEG_INFINITY);
71    |              ^^^^^^^^^^^^^^^^^^^
72
73 error[E0579]: lower range bound must be less than upper
74   --> $DIR/half-open-range-pats-thir-lower-empty.rs:50:13
75    |
76 LL |     m!('a', ..'\u{0}');
77    |             ^^^^^^^^^
78
79 error[E0579]: lower range bound must be less than upper
80   --> $DIR/half-open-range-pats-thir-lower-empty.rs:11:11
81    |
82 LL |     m!(0, ..u8::MIN);
83    |           ^^^^^^^^^
84
85 error[E0579]: lower range bound must be less than upper
86   --> $DIR/half-open-range-pats-thir-lower-empty.rs:14:11
87    |
88 LL |     m!(0, ..u16::MIN);
89    |           ^^^^^^^^^^
90
91 error[E0579]: lower range bound must be less than upper
92   --> $DIR/half-open-range-pats-thir-lower-empty.rs:17:11
93    |
94 LL |     m!(0, ..u32::MIN);
95    |           ^^^^^^^^^^
96
97 error[E0579]: lower range bound must be less than upper
98   --> $DIR/half-open-range-pats-thir-lower-empty.rs:20:11
99    |
100 LL |     m!(0, ..u64::MIN);
101    |           ^^^^^^^^^^
102
103 error[E0579]: lower range bound must be less than upper
104   --> $DIR/half-open-range-pats-thir-lower-empty.rs:23:11
105    |
106 LL |     m!(0, ..u128::MIN);
107    |           ^^^^^^^^^^^
108
109 error[E0579]: lower range bound must be less than upper
110   --> $DIR/half-open-range-pats-thir-lower-empty.rs:27:11
111    |
112 LL |     m!(0, ..i8::MIN);
113    |           ^^^^^^^^^
114
115 error[E0579]: lower range bound must be less than upper
116   --> $DIR/half-open-range-pats-thir-lower-empty.rs:30:11
117    |
118 LL |     m!(0, ..i16::MIN);
119    |           ^^^^^^^^^^
120
121 error[E0579]: lower range bound must be less than upper
122   --> $DIR/half-open-range-pats-thir-lower-empty.rs:33:11
123    |
124 LL |     m!(0, ..i32::MIN);
125    |           ^^^^^^^^^^
126
127 error[E0579]: lower range bound must be less than upper
128   --> $DIR/half-open-range-pats-thir-lower-empty.rs:36:11
129    |
130 LL |     m!(0, ..i64::MIN);
131    |           ^^^^^^^^^^
132
133 error[E0579]: lower range bound must be less than upper
134   --> $DIR/half-open-range-pats-thir-lower-empty.rs:39:11
135    |
136 LL |     m!(0, ..i128::MIN);
137    |           ^^^^^^^^^^^
138
139 error[E0579]: lower range bound must be less than upper
140   --> $DIR/half-open-range-pats-thir-lower-empty.rs:43:14
141    |
142 LL |     m!(0f32, ..f32::NEG_INFINITY);
143    |              ^^^^^^^^^^^^^^^^^^^
144
145 error[E0579]: lower range bound must be less than upper
146   --> $DIR/half-open-range-pats-thir-lower-empty.rs:46:14
147    |
148 LL |     m!(0f64, ..f64::NEG_INFINITY);
149    |              ^^^^^^^^^^^^^^^^^^^
150
151 error[E0579]: lower range bound must be less than upper
152   --> $DIR/half-open-range-pats-thir-lower-empty.rs:50:13
153    |
154 LL |     m!('a', ..'\u{0}');
155    |             ^^^^^^^^^
156
157 error: aborting due to 26 previous errors
158
159 For more information about this error, try `rustc --explain E0579`.