index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
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
()
{
}