blob: 36895450cd94f8f010978db3d404e3387d4a880c [file] [log] [blame] [edit]
fn main() {
println!("{}", x.); //~ ERROR unexpected token: `)`
//~^ ERROR cannot find value `x` in this scope
}