]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/nll/user-annotations/constant-in-expr-normalize.nll.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / nll / user-annotations / constant-in-expr-normalize.nll.stderr
index 541a2cfaf299aaa3236bf4d1c8105231786efa1f..4c1e6bee2aa0d5143fa2716100381f1618301518 100644 (file)
@@ -1,5 +1,5 @@
 error: lifetime may not live long enough
-  --> $DIR/constant-in-expr-normalize.rs:18:5
+  --> $DIR/constant-in-expr-normalize.rs:22:5
    |
 LL | fn foo<'a>(_: &'a u32) -> &'static u32 {
    |        -- lifetime `'a` defined here