]> git.lizzy.rs Git - rust.git/blob - tests/ui/suggestions/type-ascription-instead-of-path.rs
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[rust.git] / tests / 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 }