Sign in
rust
/
rust
/
dd79b039e46ca71fd3989b528d091ab2b46edf7f
/
.
/
tests
/
ui
/
structs
/
issue-80853.rs
blob: 242d0af959d40f385d2609a0450c3138c81d62cd [
file
]
struct
S
;
fn
repro_ref
(
thing
:
S
)
{
thing
();
//~ ERROR expected function, found `S`
}
fn
main
()
{}