5 lines
66 B
Rust
5 lines
66 B
Rust
|
fn main() {
|
||
|
let muta a = 10;
|
||
|
//~^ ERROR expected one of
|
||
|
}
|