@@ -2,7 +2,7 @@ error[E0277]: `[String; 0]` cannot be safely transmuted into `()`
2
2
--> $DIR/should_require_well_defined_layout.rs:25:52
3
3
|
4
4
LL | assert::is_maybe_transmutable::<repr_rust, ()>();
5
- | ^^ `[String; 0]` does not have a well-specified layout
5
+ | ^^ analyzing the transmutability of `[String; 0]` 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
@@ -23,7 +23,7 @@ error[E0277]: `u128` cannot be safely transmuted into `[String; 0]`
23
23
--> $DIR/should_require_well_defined_layout.rs:26:47
24
24
|
25
25
LL | assert::is_maybe_transmutable::<u128, repr_rust>();
26
- | ^^^^^^^^^ `[String; 0]` does not have a well-specified layout
26
+ | ^^^^^^^^^ analyzing the transmutability of `[String; 0]` is not yet supported.
27
27
|
28
28
note: required by a bound in `is_maybe_transmutable`
29
29
--> $DIR/should_require_well_defined_layout.rs:12:14
@@ -44,7 +44,7 @@ error[E0277]: `[String; 1]` cannot be safely transmuted into `()`
44
44
--> $DIR/should_require_well_defined_layout.rs:31:52
45
45
|
46
46
LL | assert::is_maybe_transmutable::<repr_rust, ()>();
47
- | ^^ `[String; 1]` does not have a well-specified layout
47
+ | ^^ analyzing the transmutability of `[String; 1]` is not yet supported.
48
48
|
49
49
note: required by a bound in `is_maybe_transmutable`
50
50
--> $DIR/should_require_well_defined_layout.rs:12:14
@@ -65,7 +65,7 @@ error[E0277]: `u128` cannot be safely transmuted into `[String; 1]`
65
65
--> $DIR/should_require_well_defined_layout.rs:32:47
66
66
|
67
67
LL | assert::is_maybe_transmutable::<u128, repr_rust>();
68
- | ^^^^^^^^^ `[String; 1]` does not have a well-specified layout
68
+ | ^^^^^^^^^ analyzing the transmutability of `[String; 1]` is not yet supported.
69
69
|
70
70
note: required by a bound in `is_maybe_transmutable`
71
71
--> $DIR/should_require_well_defined_layout.rs:12:14
@@ -86,7 +86,7 @@ error[E0277]: `[String; 2]` cannot be safely transmuted into `()`
86
86
--> $DIR/should_require_well_defined_layout.rs:37:52
87
87
|
88
88
LL | assert::is_maybe_transmutable::<repr_rust, ()>();
89
- | ^^ `[String; 2]` does not have a well-specified layout
89
+ | ^^ analyzing the transmutability of `[String; 2]` is not yet supported.
90
90
|
91
91
note: required by a bound in `is_maybe_transmutable`
92
92
--> $DIR/should_require_well_defined_layout.rs:12:14
@@ -107,7 +107,7 @@ error[E0277]: `u128` cannot be safely transmuted into `[String; 2]`
107
107
--> $DIR/should_require_well_defined_layout.rs:38:47
108
108
|
109
109
LL | assert::is_maybe_transmutable::<u128, repr_rust>();
110
- | ^^^^^^^^^ `[String; 2]` does not have a well-specified layout
110
+ | ^^^^^^^^^ analyzing the transmutability of `[String; 2]` is not yet supported.
111
111
|
112
112
note: required by a bound in `is_maybe_transmutable`
113
113
--> $DIR/should_require_well_defined_layout.rs:12:14
0 commit comments