Skip to content

Commit

Permalink
bless mir dump
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Apr 1, 2021
1 parent f526b86 commit bdfe567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-make/const_fn_mir/dump.mir
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fn main() -> () {
_1 = foo() -> bb1; // scope 0 at main.rs:9:5: 9:10
// mir::Constant
// + span: main.rs:9:5: 9:8
// + literal: Const { ty: fn() -> i32 {foo}, val: Value(Scalar(<ZST>)) }
// + literal: Const { ty: fn() -> i32 {foo}, val: Value(Leaf(<ZST>)) }
}

bb1: {
Expand Down

0 comments on commit bdfe567

Please sign in to comment.