Skip to content

Commit bdfe567

Browse files
committed
bless mir dump
1 parent f526b86 commit bdfe567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-make/const_fn_mir/dump.mir

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fn main() -> () {
88
_1 = foo() -> bb1; // scope 0 at main.rs:9:5: 9:10
99
// mir::Constant
1010
// + span: main.rs:9:5: 9:8
11-
// + literal: Const { ty: fn() -> i32 {foo}, val: Value(Scalar(<ZST>)) }
11+
// + literal: Const { ty: fn() -> i32 {foo}, val: Value(Leaf(<ZST>)) }
1212
}
1313

1414
bb1: {

0 commit comments

Comments
 (0)