rustc/tests/ui/parser/issues/issue-112458.rs
2024-05-23 21:15:29 +02:00

5 lines
121 B
Rust

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