@@ -2,7 +2,7 @@ error[E0277]: `should_reject_repr_rust::unit::repr_rust` cannot be safely transm
2
2
--> $DIR/should_require_well_defined_layout.rs:27:52
3
3
|
4
4
LL | assert::is_maybe_transmutable::<repr_rust, ()>();
5
- | ^^ `should_reject_repr_rust::unit::repr_rust` does not have a well-specified layout
5
+ | ^^ analyzing the transmutability of `should_reject_repr_rust::unit::repr_rust` is not yet supported.
6
6
|
7
7
note: required by a bound in `is_maybe_transmutable`
8
8
--> $DIR/should_require_well_defined_layout.rs:12:14
@@ -24,7 +24,7 @@ error[E0277]: `u128` cannot be safely transmuted into `should_reject_repr_rust::
24
24
--> $DIR/should_require_well_defined_layout.rs:28:47
25
25
|
26
26
LL | assert::is_maybe_transmutable::<u128, repr_rust>();
27
- | ^^^^^^^^^ `should_reject_repr_rust::unit::repr_rust` does not have a well-specified layout
27
+ | ^^^^^^^^^ analyzing the transmutability of `should_reject_repr_rust::unit::repr_rust` is not yet supported.
28
28
|
29
29
note: required by a bound in `is_maybe_transmutable`
30
30
--> $DIR/should_require_well_defined_layout.rs:12:14
@@ -46,7 +46,7 @@ error[E0277]: `should_reject_repr_rust::tuple::repr_rust` cannot be safely trans
46
46
--> $DIR/should_require_well_defined_layout.rs:33:52
47
47
|
48
48
LL | assert::is_maybe_transmutable::<repr_rust, ()>();
49
- | ^^ `should_reject_repr_rust::tuple::repr_rust` does not have a well-specified layout
49
+ | ^^ analyzing the transmutability of `should_reject_repr_rust::tuple::repr_rust` is not yet supported.
50
50
|
51
51
note: required by a bound in `is_maybe_transmutable`
52
52
--> $DIR/should_require_well_defined_layout.rs:12:14
@@ -68,7 +68,7 @@ error[E0277]: `u128` cannot be safely transmuted into `should_reject_repr_rust::
68
68
--> $DIR/should_require_well_defined_layout.rs:34:47
69
69
|
70
70
LL | assert::is_maybe_transmutable::<u128, repr_rust>();
71
- | ^^^^^^^^^ `should_reject_repr_rust::tuple::repr_rust` does not have a well-specified layout
71
+ | ^^^^^^^^^ analyzing the transmutability of `should_reject_repr_rust::tuple::repr_rust` is not yet supported.
72
72
|
73
73
note: required by a bound in `is_maybe_transmutable`
74
74
--> $DIR/should_require_well_defined_layout.rs:12:14
@@ -90,7 +90,7 @@ error[E0277]: `should_reject_repr_rust::braces::repr_rust` cannot be safely tran
90
90
--> $DIR/should_require_well_defined_layout.rs:39:52
91
91
|
92
92
LL | assert::is_maybe_transmutable::<repr_rust, ()>();
93
- | ^^ `should_reject_repr_rust::braces::repr_rust` does not have a well-specified layout
93
+ | ^^ analyzing the transmutability of `should_reject_repr_rust::braces::repr_rust` is not yet supported.
94
94
|
95
95
note: required by a bound in `is_maybe_transmutable`
96
96
--> $DIR/should_require_well_defined_layout.rs:12:14
@@ -112,7 +112,7 @@ error[E0277]: `u128` cannot be safely transmuted into `should_reject_repr_rust::
112
112
--> $DIR/should_require_well_defined_layout.rs:40:47
113
113
|
114
114
LL | assert::is_maybe_transmutable::<u128, repr_rust>();
115
- | ^^^^^^^^^ `should_reject_repr_rust::braces::repr_rust` does not have a well-specified layout
115
+ | ^^^^^^^^^ analyzing the transmutability of `should_reject_repr_rust::braces::repr_rust` is not yet supported.
116
116
|
117
117
note: required by a bound in `is_maybe_transmutable`
118
118
--> $DIR/should_require_well_defined_layout.rs:12:14
@@ -134,7 +134,7 @@ error[E0277]: `aligned::repr_rust` cannot be safely transmuted into `()`
134
134
--> $DIR/should_require_well_defined_layout.rs:45:52
135
135
|
136
136
LL | assert::is_maybe_transmutable::<repr_rust, ()>();
137
- | ^^ `aligned::repr_rust` does not have a well-specified layout
137
+ | ^^ analyzing the transmutability of `aligned::repr_rust` is not yet supported.
138
138
|
139
139
note: required by a bound in `is_maybe_transmutable`
140
140
--> $DIR/should_require_well_defined_layout.rs:12:14
@@ -156,7 +156,7 @@ error[E0277]: `u128` cannot be safely transmuted into `aligned::repr_rust`
156
156
--> $DIR/should_require_well_defined_layout.rs:46:47
157
157
|
158
158
LL | assert::is_maybe_transmutable::<u128, repr_rust>();
159
- | ^^^^^^^^^ `aligned::repr_rust` does not have a well-specified layout
159
+ | ^^^^^^^^^ analyzing the transmutability of `aligned::repr_rust` is not yet supported.
160
160
|
161
161
note: required by a bound in `is_maybe_transmutable`
162
162
--> $DIR/should_require_well_defined_layout.rs:12:14
@@ -178,7 +178,7 @@ error[E0277]: `packed::repr_rust` cannot be safely transmuted into `()`
178
178
--> $DIR/should_require_well_defined_layout.rs:51:52
179
179
|
180
180
LL | assert::is_maybe_transmutable::<repr_rust, ()>();
181
- | ^^ `packed::repr_rust` does not have a well-specified layout
181
+ | ^^ analyzing the transmutability of `packed::repr_rust` is not yet supported.
182
182
|
183
183
note: required by a bound in `is_maybe_transmutable`
184
184
--> $DIR/should_require_well_defined_layout.rs:12:14
@@ -200,7 +200,7 @@ error[E0277]: `u128` cannot be safely transmuted into `packed::repr_rust`
200
200
--> $DIR/should_require_well_defined_layout.rs:52:47
201
201
|
202
202
LL | assert::is_maybe_transmutable::<u128, repr_rust>();
203
- | ^^^^^^^^^ `packed::repr_rust` does not have a well-specified layout
203
+ | ^^^^^^^^^ analyzing the transmutability of `packed::repr_rust` is not yet supported.
204
204
|
205
205
note: required by a bound in `is_maybe_transmutable`
206
206
--> $DIR/should_require_well_defined_layout.rs:12:14
@@ -222,7 +222,7 @@ error[E0277]: `nested::repr_c` cannot be safely transmuted into `()`
222
222
--> $DIR/should_require_well_defined_layout.rs:58:49
223
223
|
224
224
LL | assert::is_maybe_transmutable::<repr_c, ()>();
225
- | ^^ `nested::repr_c` does not have a well-specified layout
225
+ | ^^ analyzing the transmutability of `nested::repr_c` is not yet supported.
226
226
|
227
227
note: required by a bound in `is_maybe_transmutable`
228
228
--> $DIR/should_require_well_defined_layout.rs:12:14
@@ -244,7 +244,7 @@ error[E0277]: `u128` cannot be safely transmuted into `nested::repr_c`
244
244
--> $DIR/should_require_well_defined_layout.rs:59:47
245
245
|
246
246
LL | assert::is_maybe_transmutable::<u128, repr_c>();
247
- | ^^^^^^ `nested::repr_c` does not have a well-specified layout
247
+ | ^^^^^^ analyzing the transmutability of `nested::repr_c` is not yet supported.
248
248
|
249
249
note: required by a bound in `is_maybe_transmutable`
250
250
--> $DIR/should_require_well_defined_layout.rs:12:14
0 commit comments