]> git.lizzy.rs Git - rust.git/blob - src/test/ui/typeof/issue-29184.rs
Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino
[rust.git] / src / test / ui / typeof / issue-29184.rs
1 fn main() {
2     let x: typeof(92) = 92; //~ ERROR `typeof` is a reserved keyword
3 }