File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/test/mir-opt/const_prop/mutable_variable_aggregate_partial_read Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2929 // + ty: i32
3030 // + val: Value(Scalar(0x00000063))
3131 // mir::Constant
32- - // + span: $DIR/mutable_variable_aggregate_partial_read.rs:6:11: 6:13
33- + // + span: $DIR/mutable_variable_aggregate_partial_read.rs:6:5: 6:13
32+ // + span: $DIR/mutable_variable_aggregate_partial_read.rs:6:11: 6:13
3433 // + literal: Const { ty: i32, val: Value(Scalar(0x00000063)) }
3534 (_1.0: i32) = const 42i32; // scope 1 at $DIR/mutable_variable_aggregate_partial_read.rs:7:5: 7:13
3635 // ty::Const
3736 // + ty: i32
3837 // + val: Value(Scalar(0x0000002a))
3938 // mir::Constant
40- - // + span: $DIR/mutable_variable_aggregate_partial_read.rs:7:11: 7:13
41- + // + span: $DIR/mutable_variable_aggregate_partial_read.rs:7:5: 7:13
39+ // + span: $DIR/mutable_variable_aggregate_partial_read.rs:7:11: 7:13
4240 // + literal: Const { ty: i32, val: Value(Scalar(0x0000002a)) }
4341 StorageLive(_2); // scope 1 at $DIR/mutable_variable_aggregate_partial_read.rs:8:9: 8:10
4442- _2 = (_1.1: i32); // scope 1 at $DIR/mutable_variable_aggregate_partial_read.rs:8:13: 8:16
You can’t perform that action at this time.
0 commit comments