Skip to content

Commit e31e87d

Browse files
committed
Fix output of 32bit *inline-into-box-place* test
1 parent 75d830a commit e31e87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/mir-opt/inline/inline-into-box-place/32bit/rustc.main.Inline.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
- bb4 (cleanup): {
7070
- _3 = const alloc::alloc::box_free::<std::vec::Vec<u32>>(move (_2.0: std::ptr::Unique<std::vec::Vec<u32>>)) -> bb3; // scope 0 at $DIR/inline-into-box-place.rs:8:42: 8:43
7171
- // ty::Const
72-
- // + ty: unsafe fn(std::ptr::Unique<std::vec::Vec<u32>>) {alloc::alloc::box_free::<std::vec::Vec<u32>>}
72+
- // + ty: unsafe fn(std::ptr::Unique<std::vec::Vec<u32>>, std::alloc::Global) {alloc::alloc::box_free::<std::vec::Vec<u32>, std::alloc::Global>}
7373
- // + val: Value(Scalar(<ZST>))
7474
- // mir::Constant
7575
- // + span: $DIR/inline-into-box-place.rs:8:42: 8:43

0 commit comments

Comments
 (0)