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