rust/src/test/ui/parser/keyword-box-as-identifier.rs

4 lines
74 B
Rust
Raw Normal View History

2016-04-24 13:35:50 -05:00
fn main() {
let box = "foo"; //~ error: expected pattern, found `=`
}