We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1af690 commit 552fa64Copy full SHA for 552fa64
src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs
@@ -25,7 +25,7 @@ fn main() {
25
// ...
26
// _4 = const Scalar(AllocId(1).0x0) : &i32;
27
// _3 = const Scalar(AllocId(1).0x0) : &i32;
28
-// _2 = const Scalar(AllocId(1).0x0) : *const i32;
+// _2 = const Value(Scalar(AllocId(1).0x0)) : *const i32;
29
30
// _1 = move _2 as usize (Misc);
31
0 commit comments