rust/tests/ui/issues/issue-1476.rs
2023-01-11 09:32:08 +00:00

4 lines
83 B
Rust

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