index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
parser
/
issues
/
issue-81806.rs
blob: ca86788dff79cadc781eaa731a4d2277804df8ac (
plain
)
1
2
3
4
5
trait
T
{
const
impl
//~ ERROR: expected identifier, found keyword `impl`
}
fn
main
()
{}