4 lines
74 B
Rust
4 lines
74 B
Rust
|
fn main() {
|
||
|
let box = "foo"; //~ error: expected pattern, found `=`
|
||
|
}
|