@@ -24,7 +24,7 @@ error[E0277]: `V0i8` cannot be safely transmuted into `u16` in the defining scop
24
24
--> $DIR/primitive_reprs_should_have_correct_length.rs:50:44
25
25
|
26
26
LL | assert::is_transmutable::<Current, Larger, Context>();
27
- | ^^^^^^ At least one value of `V0i8` isn't a bit-valid value of `u16`
27
+ | ^^^^^^ The size of `V0i8` is smaller than the size of `u16`
28
28
|
29
29
note: required by a bound in `is_transmutable`
30
30
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -68,7 +68,7 @@ error[E0277]: `V0u8` cannot be safely transmuted into `u16` in the defining scop
68
68
--> $DIR/primitive_reprs_should_have_correct_length.rs:58:44
69
69
|
70
70
LL | assert::is_transmutable::<Current, Larger, Context>();
71
- | ^^^^^^ At least one value of `V0u8` isn't a bit-valid value of `u16`
71
+ | ^^^^^^ The size of `V0u8` is smaller than the size of `u16`
72
72
|
73
73
note: required by a bound in `is_transmutable`
74
74
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -90,7 +90,7 @@ error[E0277]: `u8` cannot be safely transmuted into `V0i16` in the defining scop
90
90
--> $DIR/primitive_reprs_should_have_correct_length.rs:72:44
91
91
|
92
92
LL | assert::is_transmutable::<Smaller, Current, Context>();
93
- | ^^^^^^^ At least one value of `u8` isn't a bit-valid value of `V0i16`
93
+ | ^^^^^^^ The size of `u8` is smaller than the size of `V0i16`
94
94
|
95
95
note: required by a bound in `is_transmutable`
96
96
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -112,7 +112,7 @@ error[E0277]: `V0i16` cannot be safely transmuted into `u32` in the defining sco
112
112
--> $DIR/primitive_reprs_should_have_correct_length.rs:74:44
113
113
|
114
114
LL | assert::is_transmutable::<Current, Larger, Context>();
115
- | ^^^^^^ At least one value of `V0i16` isn't a bit-valid value of `u32`
115
+ | ^^^^^^ The size of `V0i16` is smaller than the size of `u32`
116
116
|
117
117
note: required by a bound in `is_transmutable`
118
118
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -134,7 +134,7 @@ error[E0277]: `u8` cannot be safely transmuted into `V0u16` in the defining scop
134
134
--> $DIR/primitive_reprs_should_have_correct_length.rs:80:44
135
135
|
136
136
LL | assert::is_transmutable::<Smaller, Current, Context>();
137
- | ^^^^^^^ At least one value of `u8` isn't a bit-valid value of `V0u16`
137
+ | ^^^^^^^ The size of `u8` is smaller than the size of `V0u16`
138
138
|
139
139
note: required by a bound in `is_transmutable`
140
140
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -156,7 +156,7 @@ error[E0277]: `V0u16` cannot be safely transmuted into `u32` in the defining sco
156
156
--> $DIR/primitive_reprs_should_have_correct_length.rs:82:44
157
157
|
158
158
LL | assert::is_transmutable::<Current, Larger, Context>();
159
- | ^^^^^^ At least one value of `V0u16` isn't a bit-valid value of `u32`
159
+ | ^^^^^^ The size of `V0u16` is smaller than the size of `u32`
160
160
|
161
161
note: required by a bound in `is_transmutable`
162
162
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -178,7 +178,7 @@ error[E0277]: `u16` cannot be safely transmuted into `V0i32` in the defining sco
178
178
--> $DIR/primitive_reprs_should_have_correct_length.rs:96:44
179
179
|
180
180
LL | assert::is_transmutable::<Smaller, Current, Context>();
181
- | ^^^^^^^ At least one value of `u16` isn't a bit-valid value of `V0i32`
181
+ | ^^^^^^^ The size of `u16` is smaller than the size of `V0i32`
182
182
|
183
183
note: required by a bound in `is_transmutable`
184
184
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -200,7 +200,7 @@ error[E0277]: `V0i32` cannot be safely transmuted into `u64` in the defining sco
200
200
--> $DIR/primitive_reprs_should_have_correct_length.rs:98:44
201
201
|
202
202
LL | assert::is_transmutable::<Current, Larger, Context>();
203
- | ^^^^^^ At least one value of `V0i32` isn't a bit-valid value of `u64`
203
+ | ^^^^^^ The size of `V0i32` is smaller than the size of `u64`
204
204
|
205
205
note: required by a bound in `is_transmutable`
206
206
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -222,7 +222,7 @@ error[E0277]: `u16` cannot be safely transmuted into `V0u32` in the defining sco
222
222
--> $DIR/primitive_reprs_should_have_correct_length.rs:104:44
223
223
|
224
224
LL | assert::is_transmutable::<Smaller, Current, Context>();
225
- | ^^^^^^^ At least one value of `u16` isn't a bit-valid value of `V0u32`
225
+ | ^^^^^^^ The size of `u16` is smaller than the size of `V0u32`
226
226
|
227
227
note: required by a bound in `is_transmutable`
228
228
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -244,7 +244,7 @@ error[E0277]: `V0u32` cannot be safely transmuted into `u64` in the defining sco
244
244
--> $DIR/primitive_reprs_should_have_correct_length.rs:106:44
245
245
|
246
246
LL | assert::is_transmutable::<Current, Larger, Context>();
247
- | ^^^^^^ At least one value of `V0u32` isn't a bit-valid value of `u64`
247
+ | ^^^^^^ The size of `V0u32` is smaller than the size of `u64`
248
248
|
249
249
note: required by a bound in `is_transmutable`
250
250
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -266,7 +266,7 @@ error[E0277]: `u32` cannot be safely transmuted into `V0i64` in the defining sco
266
266
--> $DIR/primitive_reprs_should_have_correct_length.rs:120:44
267
267
|
268
268
LL | assert::is_transmutable::<Smaller, Current, Context>();
269
- | ^^^^^^^ At least one value of `u32` isn't a bit-valid value of `V0i64`
269
+ | ^^^^^^^ The size of `u32` is smaller than the size of `V0i64`
270
270
|
271
271
note: required by a bound in `is_transmutable`
272
272
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -288,7 +288,7 @@ error[E0277]: `V0i64` cannot be safely transmuted into `u128` in the defining sc
288
288
--> $DIR/primitive_reprs_should_have_correct_length.rs:122:44
289
289
|
290
290
LL | assert::is_transmutable::<Current, Larger, Context>();
291
- | ^^^^^^ At least one value of `V0i64` isn't a bit-valid value of `u128`
291
+ | ^^^^^^ The size of `V0i64` is smaller than the size of `u128`
292
292
|
293
293
note: required by a bound in `is_transmutable`
294
294
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -310,7 +310,7 @@ error[E0277]: `u32` cannot be safely transmuted into `V0u64` in the defining sco
310
310
--> $DIR/primitive_reprs_should_have_correct_length.rs:128:44
311
311
|
312
312
LL | assert::is_transmutable::<Smaller, Current, Context>();
313
- | ^^^^^^^ At least one value of `u32` isn't a bit-valid value of `V0u64`
313
+ | ^^^^^^^ The size of `u32` is smaller than the size of `V0u64`
314
314
|
315
315
note: required by a bound in `is_transmutable`
316
316
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -332,7 +332,7 @@ error[E0277]: `V0u64` cannot be safely transmuted into `u128` in the defining sc
332
332
--> $DIR/primitive_reprs_should_have_correct_length.rs:130:44
333
333
|
334
334
LL | assert::is_transmutable::<Current, Larger, Context>();
335
- | ^^^^^^ At least one value of `V0u64` isn't a bit-valid value of `u128`
335
+ | ^^^^^^ The size of `V0u64` is smaller than the size of `u128`
336
336
|
337
337
note: required by a bound in `is_transmutable`
338
338
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -354,7 +354,7 @@ error[E0277]: `u8` cannot be safely transmuted into `V0isize` in the defining sc
354
354
--> $DIR/primitive_reprs_should_have_correct_length.rs:144:44
355
355
|
356
356
LL | assert::is_transmutable::<Smaller, Current, Context>();
357
- | ^^^^^^^ At least one value of `u8` isn't a bit-valid value of `V0isize`
357
+ | ^^^^^^^ The size of `u8` is smaller than the size of `V0isize`
358
358
|
359
359
note: required by a bound in `is_transmutable`
360
360
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -376,7 +376,7 @@ error[E0277]: `V0isize` cannot be safely transmuted into `[usize; 2]` in the def
376
376
--> $DIR/primitive_reprs_should_have_correct_length.rs:146:44
377
377
|
378
378
LL | assert::is_transmutable::<Current, Larger, Context>();
379
- | ^^^^^^ At least one value of `V0isize` isn't a bit-valid value of `[usize; 2]`
379
+ | ^^^^^^ The size of `V0isize` is smaller than the size of `[usize; 2]`
380
380
|
381
381
note: required by a bound in `is_transmutable`
382
382
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -398,7 +398,7 @@ error[E0277]: `u8` cannot be safely transmuted into `V0usize` in the defining sc
398
398
--> $DIR/primitive_reprs_should_have_correct_length.rs:152:44
399
399
|
400
400
LL | assert::is_transmutable::<Smaller, Current, Context>();
401
- | ^^^^^^^ At least one value of `u8` isn't a bit-valid value of `V0usize`
401
+ | ^^^^^^^ The size of `u8` is smaller than the size of `V0usize`
402
402
|
403
403
note: required by a bound in `is_transmutable`
404
404
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
@@ -420,7 +420,7 @@ error[E0277]: `V0usize` cannot be safely transmuted into `[usize; 2]` in the def
420
420
--> $DIR/primitive_reprs_should_have_correct_length.rs:154:44
421
421
|
422
422
LL | assert::is_transmutable::<Current, Larger, Context>();
423
- | ^^^^^^ At least one value of `V0usize` isn't a bit-valid value of `[usize; 2]`
423
+ | ^^^^^^ The size of `V0usize` is smaller than the size of `[usize; 2]`
424
424
|
425
425
note: required by a bound in `is_transmutable`
426
426
--> $DIR/primitive_reprs_should_have_correct_length.rs:12:14
0 commit comments