]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-35075.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-35075.stderr
index ead07a5f0c8fec1d64b66904f377aa07f2e577b8..5372996d1cbbeda7494337ff129cd75961fff070 100644 (file)
@@ -1,5 +1,5 @@
 error[E0412]: cannot find type `Foo` in this scope
-  --> $DIR/issue-35075.rs:12:12
+  --> $DIR/issue-35075.rs:2:12
    |
 LL |     inner: Foo<T> //~ ERROR cannot find type `Foo` in this scope
    |            ^^^ not found in this scope
@@ -9,7 +9,7 @@ LL |     inner: Baz //~ ERROR cannot find type `Foo` in this scope
    |            ^^^
 
 error[E0412]: cannot find type `Foo` in this scope
-  --> $DIR/issue-35075.rs:16:9
+  --> $DIR/issue-35075.rs:6:9
    |
 LL |     Foo(Foo<T>) //~ ERROR cannot find type `Foo` in this scope
    |         ^^^ not found in this scope