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
error: internal compiler error: compiler/rustc_mir_transform/src/validate.rs:LL:CC: broken MIR in Item(DefId) (after phase change to runtime-optimized) at bb0[1]:
1
+
note: no errors encountered even though delayed bugs were created
2
+
3
+
4
+
error: internal compiler error: broken MIR in Item(DefId) (after phase change to runtime-optimized) at bb0[1]:
2
5
place (*(_2.0: *mut i32)) has deref as a later projection (it is only permitted as the first projection)
3
6
--> tests/panic/mir-validation.rs:LL:CC
4
7
|
5
8
LL | *(tuple.0) = 1;
6
9
| ^^^^^^^^^^^^^^
7
-
8
-
9
-
thread 'rustc' ($TID) panicked at compiler/rustc_mir_transform/src/validate.rs:LL:CC:
10
-
Box<dyn Any>
11
-
stack backtrace:
10
+
|
11
+
12
+
--> tests/panic/mir-validation.rs:LL:CC
13
+
|
14
+
LL | *(tuple.0) = 1;
15
+
| ^^^^^^^^^^^^^^
12
16
13
17
14
18
15
19
16
20
query stack during panic:
17
-
#0 [optimized_mir] optimizing MIR for `main`
18
21
end of query stack
19
-
20
-
Miri caused an ICE during evaluation. Here's the interpreter backtrace at the time of the panic:
0 commit comments