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