Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
resolve
/
fn-new-doesnt-exist.rs
blob: 4f6290808fc0370a3c5c748508cc6c434f5ff3e0 [
file
] [
log
] [
blame
]
use
std
::
net
::
TcpStream
;
fn
main
()
{
let
stream
=
TcpStream
::
new
();
//~ ERROR no function or associated item named `new` found
}