Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
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
()
{}