]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc-2093-infer-outlives/projection.stderr
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / test / ui / rfc-2093-infer-outlives / projection.stderr
index dfaf7793a51f26f23e684825739580d272eb285c..fb4835ae2d8bf2cb408a088e7b7ebc0a7559a400 100644 (file)
@@ -1,5 +1,5 @@
 error: rustc_outlives
-  --> $DIR/projection.rs:15:1
+  --> $DIR/projection.rs:14:1
    |
 LL | / struct Foo<'a, T: Iterator> { //~ ERROR rustc_outlives
 LL | |     bar: &'a T::Item