Skip to content

Commit 4830527

Browse files
committed
Fix 32 bit ui test
1 parent c6676db commit 4830527

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/mir-opt/inline/inline_into_box_place.main.Inline.32bit.diff

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
+ StorageLive(_4); // scope 0 at $DIR/inline-into-box-place.rs:8:33: 8:43
2222
+ _4 = &mut (*_2); // scope 0 at $DIR/inline-into-box-place.rs:8:33: 8:43
2323
+ ((*_4).0: alloc::raw_vec::RawVec<u32>) = const alloc::raw_vec::RawVec::<u32> { ptr: Unique::<u32> { pointer: {0x4 as *const u32}, _marker: PhantomData::<u32> }, cap: 0_usize, alloc: std::alloc::Global }; // scope 2 at $DIR/inline-into-box-place.rs:8:33: 8:43
24-
+ // ty::Const
25-
+ // + ty: alloc::raw_vec::RawVec<u32>
26-
+ // + val: Value(ByRef { alloc: Allocation { bytes: [4, 0, 0, 0, 0, 0, 0, 0], relocations: Relocations(SortedMap { data: [] }), init_mask: InitMask { blocks: [255], len: Size { raw: 8 } }, size: Size { raw: 8 }, align: Align { pow2: 2 }, mutability: Not, extra: () }, offset: Size { raw: 0 } })
2724
// mir::Constant
2825
- // + span: $DIR/inline-into-box-place.rs:8:33: 8:41
2926
- // + user_ty: UserType(1)

0 commit comments

Comments
 (0)