Sign in
◑
Theme
rust
/
rust
/
c200d2fa5625ea8ddcd1e68ca65a6eaaf4b6cbfd
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-87635.rs
blob: f70a87fb0e8fbaad3f9b7cff2eb1e3b1ca78bb4e [
file
]
struct
Foo
{}
impl
Foo
{
pub
fn
bar
()
//~^ ERROR: associated function in `impl` without body
}
//~^ERROR expected one of `->`, `where`, or `{`, found `}`
fn
main
()
{}