You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= note: ...which again requires building an abstract representation for `lib::<impl at $DIR/issue-97007.rs:55:5: 55:81>::proceed_to::{constant#0}`, completing the cycle
18
+
note: cycle used when checking that `lib::<impl at $DIR/issue-97007.rs:55:5: 55:81>::proceed_to` is well-formed
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
32
-
--> $DIR/transmute-fail.rs:23:5
11
+
--> $DIR/transmute-fail.rs:14:5
33
12
|
34
13
LL | std::mem::transmute(v)
35
14
| ^^^^^^^^^^^^^^^^^^^
@@ -38,15 +17,14 @@ LL | std::mem::transmute(v)
38
17
= note: target type: `[u32; W * H * H]` (generic size [const expr])
39
18
40
19
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
41
-
--> $DIR/transmute-fail.rs:30:5
20
+
--> $DIR/transmute-fail.rs:21:5
42
21
|
43
22
LL | std::mem::transmute(v)
44
23
| ^^^^^^^^^^^^^^^^^^^
45
24
|
46
25
= note: source type: `[[[u32; 8888888]; 9999999]; 777777777]` (values of the type `[[[u32; 8888888]; 9999999]; 777777777]` are too big for the current architecture)
47
26
= note: target type: `[[[u32; 9999999]; 777777777]; 8888888]` (values of the type `[[[u32; 9999999]; 777777777]; 8888888]` are too big for the current architecture)
48
27
49
-
error: aborting due to 6 previous errors
28
+
error: aborting due to 3 previous errors
50
29
51
-
Some errors have detailed explanations: E0308, E0512.
52
-
For more information about an error, try `rustc --explain E0308`.
30
+
For more information about this error, try `rustc --explain E0512`.
0 commit comments