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
/
bad-value-ident-true.rs
blob: 0f64266d322d5817a6e27b68feb5cc2d816588fc (
plain
)
1
2
fn
true
()
{
}
//~ ERROR expected identifier, found keyword `true`
fn
main
()
{
}