5 lines
121 B
Rust
5 lines
121 B
Rust
fn main() {
|
|
println!("{}", x.); //~ ERROR unexpected token: `)`
|
|
//~^ ERROR cannot find value `x` in this scope
|
|
}
|