]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/suggestions/type-ascription-instead-of-path.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / suggestions / type-ascription-instead-of-path.rs
index e92087e2947de9cc893988d19b72a6b8cb0d031c..ce40b55f1ee8438bf0e5d2c7f85f99a8061a748b 100644 (file)
@@ -1,5 +1,5 @@
 fn main() {
     std:io::stdin();
-    //~^ ERROR failed to resolve: use of undeclared type or module `io`
+    //~^ ERROR failed to resolve: use of undeclared crate or module `io`
     //~| ERROR expected value, found crate
 }