diff options
| author | Ralf Jung <post@ralfj.de> | 2022-05-06 10:58:54 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2022-05-06 10:58:54 +0200 |
| commit | d4557529704e0ec6956bb1fadf666abe9b1a9a61 (patch) | |
| tree | 3c3926ff431d1fcb56819dd668981c95e9b401b6 /src/test/mir-opt/const_debuginfo.main.ConstDebugInfo.diff | |
| parent | 22cc6c3482bb98dca40986fe1634034dc44181be (diff) | |
| download | rust-d4557529704e0ec6956bb1fadf666abe9b1a9a61.tar.gz rust-d4557529704e0ec6956bb1fadf666abe9b1a9a61.zip | |
bless mir-opt
Diffstat (limited to 'src/test/mir-opt/const_debuginfo.main.ConstDebugInfo.diff')
| -rw-r--r-- | src/test/mir-opt/const_debuginfo.main.ConstDebugInfo.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/const_debuginfo.main.ConstDebugInfo.diff b/src/test/mir-opt/const_debuginfo.main.ConstDebugInfo.diff index 7dd420e41ce..bbde6ad4b63 100644 --- a/src/test/mir-opt/const_debuginfo.main.ConstDebugInfo.diff +++ b/src/test/mir-opt/const_debuginfo.main.ConstDebugInfo.diff @@ -77,7 +77,7 @@ _9 = const "hello, world!"; // scope 4 at $DIR/const_debuginfo.rs:14:13: 14:28 // mir::Constant // + span: $DIR/const_debuginfo.rs:14:13: 14:28 - // + literal: Const { ty: &str, val: Value(Slice { data: Allocation { bytes: [104, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 100, 33], relocations: Relocations(SortedMap { data: [] }), init_mask: InitMask { blocks: [8191], len: Size { raw: 13 } }, align: Align { pow2: 0 }, mutability: Not, extra: () }, start: 0, end: 13 }) } + // + literal: Const { ty: &str, val: Value(Slice(..)) } StorageLive(_10); // scope 5 at $DIR/const_debuginfo.rs:16:9: 16:10 Deinit(_10); // scope 5 at $DIR/const_debuginfo.rs:16:13: 16:34 (_10.0: bool) = const true; // scope 5 at $DIR/const_debuginfo.rs:16:13: 16:34 |
