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