]> git.lizzy.rs Git - rust.git/blob - src/test/ui/suggestions/type-ascription-instead-of-path.rs
Auto merge of #105175 - michaelwoerister:add-stable-ord-trait, r=nagisa
[rust.git] / src / test / ui / suggestions / type-ascription-instead-of-path.rs
1 fn main() {
2     std:io::stdin();
3     //~^ ERROR failed to resolve: use of undeclared crate or module `io`
4     //~| ERROR expected value, found crate
5 }