mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 11:59:15 +00:00
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
|
|
}
|