10 lines
124 B
Rust
10 lines
124 B
Rust
fn main() {
|
|
Let a = 10;
|
|
//~^ ERROR expected one of
|
|
}
|
|
|
|
fn code() {
|
|
lett a = 10;
|
|
//~^ ERROR expected one of
|
|
}
|