summary refs log tree commit diff
path: root/src/test/compile-fail/bad-value-ident-true.rs
blob: 96f172b3285a340658e60210df1abefc8998f90a (plain)
1
2
fn true() { } //~ ERROR found `true` in restricted position
fn main() { }