]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/nll/user-annotations/issue-55748-pat-types-constrain-bindings.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / nll / user-annotations / issue-55748-pat-types-constrain-bindings.stderr
index 5929707e41e10ba18c724401fd5503be3db368ae..8399ef04e833e6dee93ee103cde16c35d082be85 100644 (file)
@@ -1,5 +1,5 @@
 error: lifetime may not live long enough
-  --> $DIR/issue-55748-pat-types-constrain-bindings.rs:35:5
+  --> $DIR/issue-55748-pat-types-constrain-bindings.rs:33:5
    |
 LL | fn coupled_regions_lhs<'a>(_x: &'a u32, s: &'static u32) -> &'static u32 {
    |                        -- lifetime `'a` defined here
@@ -8,7 +8,7 @@ LL |     y
    |     ^ returning this value requires that `'a` must outlive `'static`
 
 error: lifetime may not live long enough
-  --> $DIR/issue-55748-pat-types-constrain-bindings.rs:49:5
+  --> $DIR/issue-55748-pat-types-constrain-bindings.rs:47:5
    |
 LL | fn coupled_types_lhs<'a>(_x: &'a u32, s: &'static u32) -> &'static u32 {
    |                      -- lifetime `'a` defined here
@@ -17,7 +17,7 @@ LL |     y
    |     ^ returning this value requires that `'a` must outlive `'static`
 
 error: lifetime may not live long enough
-  --> $DIR/issue-55748-pat-types-constrain-bindings.rs:62:5
+  --> $DIR/issue-55748-pat-types-constrain-bindings.rs:60:5
    |
 LL | fn coupled_wilds_lhs<'a>(_x: &'a u32, s: &'static u32) -> &'static u32 {
    |                      -- lifetime `'a` defined here