]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/suggestions/type-ascription-instead-of-path.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / suggestions / type-ascription-instead-of-path.stderr
index fd2fedc76407c9cec28e07caefa6a790dccabc83..518660cfa168690a429e5903274773243760f3f2 100644 (file)
@@ -1,8 +1,8 @@
-error[E0433]: failed to resolve: use of undeclared type or module `io`
+error[E0433]: failed to resolve: use of undeclared crate or module `io`
   --> $DIR/type-ascription-instead-of-path.rs:2:9
    |
 LL |     std:io::stdin();
-   |         ^^ use of undeclared type or module `io`
+   |         ^^ use of undeclared crate or module `io`
 
 error[E0423]: expected value, found crate `std`
   --> $DIR/type-ascription-instead-of-path.rs:2:5