]> git.lizzy.rs Git - rust.git/blob - src/test/ui/suggestions/type-ascription-instead-of-path.rs
:arrow_up: rust-analyzer
[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 }