]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/disambiguate-identical-names.stderr
Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino
[rust.git] / src / test / ui / disambiguate-identical-names.stderr
index 42925cfed5507f2ec6cc2e3b8fa4dc79eb20003d..87560c4c79735a9d83508be7d61b2e77a40c7893 100644 (file)
@@ -2,7 +2,7 @@ error[E0308]: mismatched types
   --> $DIR/disambiguate-identical-names.rs:13:10
    |
 LL |     test(&v);
-   |     ---- ^^ expected struct `std::vec::Vec`, found struct `HashMap`
+   |     ---- ^^ expected struct `Vec`, found struct `HashMap`
    |     |
    |     arguments to this function are incorrect
    |