mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-04 01:39:09 +00:00
5 lines
66 B
Rust
5 lines
66 B
Rust
fn main() {
|
|
let muta a = 10;
|
|
//~^ ERROR expected one of
|
|
}
|