]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/nll/polonius/subset-relations.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / nll / polonius / subset-relations.stderr
index 63645106f82c169dc1f4ee2585bebc4e7066d692..6df5563eabbc3975e758fd1d22d3bb91833dc34e 100644 (file)
@@ -1,5 +1,5 @@
 error: lifetime may not live long enough
-  --> $DIR/subset-relations.rs:11:5
+  --> $DIR/subset-relations.rs:10:5
    |
 LL | fn missing_subset<'a, 'b>(x: &'a u32, y: &'b u32) -> &'a u32 {
    |                   --  -- lifetime `'b` defined here