Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
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
()
{}