Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-81806.rs
blob: ca86788dff79cadc781eaa731a4d2277804df8ac [
file
] [
log
] [
blame
] [
edit
]
trait
T
{
const
impl
//~ ERROR: expected identifier, found keyword `impl`
}
fn
main
()
{}