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