]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc-2093-infer-outlives/dont-infer-static.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / rfc-2093-infer-outlives / dont-infer-static.stderr
index 950ffd6c89bd31ed2757c2d17d1a95b7ba628562..0c388f5fe411b14d111d5d52634b51ef03826da9 100644 (file)
@@ -1,11 +1,11 @@
 error[E0310]: the parameter type `U` may not live long enough
-  --> $DIR/dont-infer-static.rs:8:10
+  --> $DIR/dont-infer-static.rs:6:10
    |
 LL |     bar: Bar<U>
    |          ^^^^^^ ...so that the type `U` will meet its required lifetime bounds...
    |
 note: ...that is required by this bound
-  --> $DIR/dont-infer-static.rs:10:15
+  --> $DIR/dont-infer-static.rs:8:15
    |
 LL | struct Bar<T: 'static> {
    |               ^^^^^^^