]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc-2093-infer-outlives/nested-regions.stderr
Auto merge of #58330 - GuillaumeGomez:rustdoc-js-non-std, r=QuietMisdreavus,Mark...
[rust.git] / src / test / ui / rfc-2093-infer-outlives / nested-regions.stderr
index 978fe352bc750b463dbb11c2cd6811a8c3cbcad2..4d8f7b7c8c465158d7863ba3d950c7d37dc907a7 100644 (file)
@@ -1,7 +1,7 @@
 error: rustc_outlives
-  --> $DIR/nested-regions.rs:14:1
+  --> $DIR/nested-regions.rs:4:1
    |
-LL | / struct Foo<'a, 'b, T> { //~ ERROR 14:1: 16:2: rustc_outlives
+LL | / struct Foo<'a, 'b, T> {
 LL | |     x: &'a &'b T
 LL | | }
    | |_^