]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/bad-value-ident-true.rs
Rollup merge of #106638 - RalfJung:realstd, r=thomcc
[rust.git] / tests / ui / parser / bad-value-ident-true.rs
1 fn true() { } //~ ERROR expected identifier, found keyword `true`
2 fn main() { }