mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
6 lines
119 B
Rust
6 lines
119 B
Rust
fn main() {
|
|
a; //~ ERROR cannot find value `a`
|
|
"".lorem; //~ ERROR no field
|
|
"".ipsum; //~ ERROR no field
|
|
}
|