Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5f6fa960c254dfda8ba1d5dc2fb281b6908d8005
/
.
/
tests
/
ui
/
issues
/
issue-20714.rs
blob: 3aa39bb7388fafb4c5c2954cec476c1a19fd8692 [
file
]
struct
G
;
fn
main
()
{
let
g
=
G
();
//~ ERROR: expected function, found struct `G`
}