blob: 33961bb308467252048aed30674dc14e51aeb08c [file] [log] [blame]
fn main() {
let box = "foo"; //~ error: expected pattern, found `=`
}