Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-20714.rs
blob: 3aa39bb7388fafb4c5c2954cec476c1a19fd8692 [
file
] [
log
] [
blame
] [
edit
]
struct
G
;
fn
main
()
{
let
g
=
G
();
//~ ERROR: expected function, found struct `G`
}