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