]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/keyword-box-as-identifier.rs
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / keyword-box-as-identifier.rs
1 fn main() {
2     let box = "foo"; //~ error: expected pattern, found `=`
3 }