summaryrefslogtreecommitdiff
path: root/tests/ui/suggestions/type-ascription-instead-of-path.rs
blob: ce40b55f1ee8438bf0e5d2c7f85f99a8061a748b (plain)
1
2
3
4
5
fn main() {
    std:io::stdin();
    //~^ ERROR failed to resolve: use of undeclared crate or module `io`
    //~| ERROR expected value, found crate
}