]> 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 2900a29ed7c07292a275b165c92710f87caa986d..4d8f7b7c8c465158d7863ba3d950c7d37dc907a7 100644 (file)
@@ -1,7 +1,7 @@
 error: rustc_outlives
   --> $DIR/nested-regions.rs:4:1
    |
-LL | / struct Foo<'a, 'b, T> { //~ ERROR rustc_outlives
+LL | / struct Foo<'a, 'b, T> {
 LL | |     x: &'a &'b T
 LL | | }
    | |_^