use std::io::Read; fn f() {} //~ ERROR expected trait, found type parameter `Read` fn main() {}