diff options
| author | bors <bors@rust-lang.org> | 2020-06-07 00:34:54 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-06-07 00:34:54 +0000 |
| commit | 450abe80f193ccefbfcd48214d70520f2d507f0e (patch) | |
| tree | 266cd6e747f64ea69c96a0cf833a6e4dac802600 /src/test/mir-opt/while-storage/rustc.while_loop.PreCodegen.after.mir | |
| parent | 9c1857fad849ad56d38327b9bc11377a0bdbb4cf (diff) | |
| parent | b117a3956f38dfb78c32f30951cd92db55582f7a (diff) | |
| download | rust-450abe80f193ccefbfcd48214d70520f2d507f0e.tar.gz rust-450abe80f193ccefbfcd48214d70520f2d507f0e.zip | |
Auto merge of #73081 - Dylan-DPC:rollup-1aqk215, r=Dylan-DPC
Rollup of 5 pull requests Successful merges: - #72810 (validate basic sanity for TerminatorKind) - #72989 (Revert pr 71840) - #72993 (Count the beta prerelease number just from master) - #73057 (Clean up E0644 explanation) - #73059 (remove outdated comment) Failed merges: r? @ghost
Diffstat (limited to 'src/test/mir-opt/while-storage/rustc.while_loop.PreCodegen.after.mir')
| -rw-r--r-- | src/test/mir-opt/while-storage/rustc.while_loop.PreCodegen.after.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/while-storage/rustc.while_loop.PreCodegen.after.mir b/src/test/mir-opt/while-storage/rustc.while_loop.PreCodegen.after.mir index 4742a0fb631..3ddf82c2fb2 100644 --- a/src/test/mir-opt/while-storage/rustc.while_loop.PreCodegen.after.mir +++ b/src/test/mir-opt/while-storage/rustc.while_loop.PreCodegen.after.mir @@ -70,7 +70,7 @@ fn while_loop(_1: bool) -> () { // + span: $DIR/while-storage.rs:12:13: 12:18 // + literal: Const { ty: (), val: Value(Scalar(<ZST>)) } StorageDead(_4); // scope 0 at $DIR/while-storage.rs:14:5: 14:6 - goto -> bb7; // scope 0 at $DIR/while-storage.rs:1:1: 1:1 + goto -> bb7; // scope 0 at $DIR/while-storage.rs:12:13: 12:18 } bb7: { |
