blob: 4f6290808fc0370a3c5c748508cc6c434f5ff3e0 [file] [log] [blame]
use std::net::TcpStream;
fn main() {
let stream = TcpStream::new(); //~ ERROR no function or associated item named `new` found
}