]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/nll/ty-outlives/ty-param-fn-body.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / nll / ty-outlives / ty-param-fn-body.stderr
index ba79137d18d8cb832aff363bd90bbd1bb454041c..5fb69255dbade922e66fd66e07eaaa1bf10fae89 100644 (file)
@@ -1,5 +1,5 @@
 error[E0309]: the parameter type `T` may not live long enough
-  --> $DIR/ty-param-fn-body.rs:19:5
+  --> $DIR/ty-param-fn-body.rs:17:5
    |
 LL |     outlives(cell, t)
    |     ^^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds