Sign in
rust
/
rust
/
de6826beff7cbfc52be0f1efecea6449e2df295d
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-81806.rs
blob: bc2a97f58b8516a91e5bcb13f5e364276ff84cc4 [
file
]
trait
T
{
const
//~ ERROR: const trait impls are experimental
impl
}
//~ ERROR: expected type, found `}`
fn
main
()
{}