Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
structs
/
issue-80853.rs
blob: 242d0af959d40f385d2609a0450c3138c81d62cd [
file
] [
log
] [
blame
] [
edit
]
struct
S
;
fn
repro_ref
(
thing
:
S
)
{
thing
();
//~ ERROR expected function, found `S`
}
fn
main
()
{}