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