summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/nll/named_lifetimes_basic.use_x.nll.0.mir
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:31 +0000
commitdc0db358abe19481e475e10c32149b53370f1a1c (patch)
treeab8ce99c4b255ce46f99ef402c27916055b899ee /tests/mir-opt/nll/named_lifetimes_basic.use_x.nll.0.mir
parentReleasing progress-linux version 1.71.1+dfsg1-2~progress7.99u1. (diff)
downloadrustc-dc0db358abe19481e475e10c32149b53370f1a1c.tar.xz
rustc-dc0db358abe19481e475e10c32149b53370f1a1c.zip
Merging upstream version 1.72.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/mir-opt/nll/named_lifetimes_basic.use_x.nll.0.mir')
-rw-r--r--tests/mir-opt/nll/named_lifetimes_basic.use_x.nll.0.mir14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/mir-opt/nll/named_lifetimes_basic.use_x.nll.0.mir b/tests/mir-opt/nll/named_lifetimes_basic.use_x.nll.0.mir
index be5baf6ee..1d6b83073 100644
--- a/tests/mir-opt/nll/named_lifetimes_basic.use_x.nll.0.mir
+++ b/tests/mir-opt/nll/named_lifetimes_basic.use_x.nll.0.mir
@@ -34,14 +34,14 @@
| '?8: '?3 due to BoringNoLocation at All($DIR/named_lifetimes_basic.rs:12:66: 12:67) ($DIR/named_lifetimes_basic.rs:12:66: 12:67 (#0)
|
fn use_x(_1: &'?5 mut i32, _2: &'?6 u32, _3: &'?7 u32, _4: &'?8 u32) -> bool {
- debug w => _1; // in scope 0 at $DIR/named_lifetimes_basic.rs:+0:26: +0:27
- debug x => _2; // in scope 0 at $DIR/named_lifetimes_basic.rs:+0:42: +0:43
- debug y => _3; // in scope 0 at $DIR/named_lifetimes_basic.rs:+0:54: +0:55
- debug z => _4; // in scope 0 at $DIR/named_lifetimes_basic.rs:+0:66: +0:67
- let mut _0: bool; // return place in scope 0 at $DIR/named_lifetimes_basic.rs:+0:81: +0:85
+ debug w => _1;
+ debug x => _2;
+ debug y => _3;
+ debug z => _4;
+ let mut _0: bool;
bb0: {
- _0 = const ConstValue(Scalar(0x01): bool); // bb0[0]: scope 0 at $DIR/named_lifetimes_basic.rs:+0:88: +0:92
- return; // bb0[1]: scope 0 at $DIR/named_lifetimes_basic.rs:+0:94: +0:94
+ _0 = const ConstValue(Scalar(0x01): bool);
+ return;
}
}