Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
parser
/
impl-item-fn-no-body-semantic-fail.rs
blob: cb183db59643e454d136b6458b6a46fcab14b25b [
file
] [
log
] [
blame
]
fn
main
()
{}
struct
X
;
impl
X
{
fn
f
();
//~ ERROR associated function in `impl` without body
}