Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-6610.rs
blob: 9ed5a61220bde543f6d8043d43c2df2c4745117b [
file
]
trait
Foo
{
fn
a
()
}
//~ ERROR expected one of `->`, `;`, `where`, or `{`, found `}`
fn
main
()
{}