rust/tests/ui/issues/issue-1476.rs

4 lines
83 B
Rust

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