Skip to content

Commit 552fa64

Browse files
committed
Bless mir-dump test.
1 parent a1af690 commit 552fa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fn main() {
2525
// ...
2626
// _4 = const Scalar(AllocId(1).0x0) : &i32;
2727
// _3 = const Scalar(AllocId(1).0x0) : &i32;
28-
// _2 = const Scalar(AllocId(1).0x0) : *const i32;
28+
// _2 = const Value(Scalar(AllocId(1).0x0)) : *const i32;
2929
// ...
3030
// _1 = move _2 as usize (Misc);
3131
// ...

0 commit comments

Comments
 (0)