@@ -2,7 +2,7 @@ error[E0277]: `should_reject_repr_rust::unit::repr_rust` cannot be safely transm
22 --> $DIR/should_require_well_defined_layout.rs:27:52
33 |
44LL | 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.
66 |
77note: required by a bound in `is_maybe_transmutable`
88 --> $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::
2424 --> $DIR/should_require_well_defined_layout.rs:28:47
2525 |
2626LL | 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.
2828 |
2929note: required by a bound in `is_maybe_transmutable`
3030 --> $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
4646 --> $DIR/should_require_well_defined_layout.rs:33:52
4747 |
4848LL | 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.
5050 |
5151note: required by a bound in `is_maybe_transmutable`
5252 --> $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::
6868 --> $DIR/should_require_well_defined_layout.rs:34:47
6969 |
7070LL | 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.
7272 |
7373note: required by a bound in `is_maybe_transmutable`
7474 --> $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
9090 --> $DIR/should_require_well_defined_layout.rs:39:52
9191 |
9292LL | 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.
9494 |
9595note: required by a bound in `is_maybe_transmutable`
9696 --> $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::
112112 --> $DIR/should_require_well_defined_layout.rs:40:47
113113 |
114114LL | 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.
116116 |
117117note: required by a bound in `is_maybe_transmutable`
118118 --> $DIR/should_require_well_defined_layout.rs:12:14
@@ -134,7 +134,7 @@ error[E0277]: `aligned::repr_rust` cannot be safely transmuted into `()`
134134 --> $DIR/should_require_well_defined_layout.rs:45:52
135135 |
136136LL | 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.
138138 |
139139note: required by a bound in `is_maybe_transmutable`
140140 --> $DIR/should_require_well_defined_layout.rs:12:14
@@ -156,7 +156,7 @@ error[E0277]: `u128` cannot be safely transmuted into `aligned::repr_rust`
156156 --> $DIR/should_require_well_defined_layout.rs:46:47
157157 |
158158LL | 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.
160160 |
161161note: required by a bound in `is_maybe_transmutable`
162162 --> $DIR/should_require_well_defined_layout.rs:12:14
@@ -178,7 +178,7 @@ error[E0277]: `packed::repr_rust` cannot be safely transmuted into `()`
178178 --> $DIR/should_require_well_defined_layout.rs:51:52
179179 |
180180LL | 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.
182182 |
183183note: required by a bound in `is_maybe_transmutable`
184184 --> $DIR/should_require_well_defined_layout.rs:12:14
@@ -200,7 +200,7 @@ error[E0277]: `u128` cannot be safely transmuted into `packed::repr_rust`
200200 --> $DIR/should_require_well_defined_layout.rs:52:47
201201 |
202202LL | 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.
204204 |
205205note: required by a bound in `is_maybe_transmutable`
206206 --> $DIR/should_require_well_defined_layout.rs:12:14
@@ -222,7 +222,7 @@ error[E0277]: `nested::repr_c` cannot be safely transmuted into `()`
222222 --> $DIR/should_require_well_defined_layout.rs:58:49
223223 |
224224LL | 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.
226226 |
227227note: required by a bound in `is_maybe_transmutable`
228228 --> $DIR/should_require_well_defined_layout.rs:12:14
@@ -244,7 +244,7 @@ error[E0277]: `u128` cannot be safely transmuted into `nested::repr_c`
244244 --> $DIR/should_require_well_defined_layout.rs:59:47
245245 |
246246LL | 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.
248248 |
249249note: required by a bound in `is_maybe_transmutable`
250250 --> $DIR/should_require_well_defined_layout.rs:12:14
0 commit comments