]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc-2093-infer-outlives/explicit-struct.stderr
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / test / ui / rfc-2093-infer-outlives / explicit-struct.stderr
index 0223f707e8d9bc449059eba59ae23e177af0e67d..7655dec5cb851ff739c9dd9dde9a8a8617806fb6 100644 (file)
@@ -1,7 +1,7 @@
 error: rustc_outlives
-  --> $DIR/explicit-struct.rs:15:1
+  --> $DIR/explicit-struct.rs:14:1
    |
-LL | / struct Foo<'b, U> { //~ ERROR 15:1: 17:2: rustc_outlives
+LL | / struct Foo<'b, U> { //~ ERROR 14:1: 16:2: rustc_outlives
 LL | |     bar: Bar<'b, U>
 LL | | }
    | |_^