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