]> git.proxmox.com Git - rustc.git/blob - src/test/ui/suggestions/type-ascription-instead-of-path.rs
Update upstream source from tag 'upstream/1.48.0_beta.8+dfsg1'
[rustc.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 }