]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/impl-trait/method-suggestion-no-duplication.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / impl-trait / method-suggestion-no-duplication.stderr
index 7f2eb0c21e61df5f5961d2989a1616c65ed200e5..f6bb52bf6387c0533b5cdb6f8b365f8e83daa4b9 100644 (file)
@@ -9,7 +9,7 @@ LL |     foo(|s| s.is_empty());
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `is_empty`, perhaps you need to implement it:
-           candidate #1: `std::iter::ExactSizeIterator`
+           candidate #1: `ExactSizeIterator`
 
 error: aborting due to previous error