]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/resolve/issue-21221-4.stderr
New upstream version 1.23.0+dfsg1
[rustc.git] / src / test / ui / resolve / issue-21221-4.stderr
index 78059ed37bee86401c71d43966cbda76a243eb5b..0a22d8e1fe1ad6f8db4e6782a4adee42b4198ff7 100644 (file)
@@ -3,7 +3,6 @@ error[E0405]: cannot find trait `T` in this scope
    |
 20 | impl T for Foo {}
    |      ^ not found in this scope
-   |
 help: possible candidate is found in another module, you can import it into scope
    |
 18 | use issue_21221_4::T;