]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc-2093-infer-outlives/nested-regions.stderr
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / test / ui / rfc-2093-infer-outlives / nested-regions.stderr
index 04fe4814a0415fb800a682a2c1c490d0d6a8ec87..978fe352bc750b463dbb11c2cd6811a8c3cbcad2 100644 (file)
@@ -1,7 +1,7 @@
 error: rustc_outlives
-  --> $DIR/nested-regions.rs:15:1
+  --> $DIR/nested-regions.rs:14:1
    |
-LL | / struct Foo<'a, 'b, T> { //~ ERROR 15:1: 17:2: rustc_outlives
+LL | / struct Foo<'a, 'b, T> { //~ ERROR 14:1: 16:2: rustc_outlives
 LL | |     x: &'a &'b T
 LL | | }
    | |_^