]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-17431-5.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-17431-5.stderr
index ddfea58a857ac27224285c085c7b0854f280f098..537f9f34f55caf37e41be8f9f214888a8f680c6e 100644 (file)
@@ -1,5 +1,5 @@
 error[E0072]: recursive type `Bar` has infinite size
-  --> $DIR/issue-17431-5.rs:15:1
+  --> $DIR/issue-17431-5.rs:5:1
    |
 LL | struct Bar<T> { x: Bar<Foo> , marker: marker::PhantomData<T> }
    | ^^^^^^^^^^^^^   ----------- recursive without indirection