rust-clippy/tests/ui/issue-3145.rs
2019-01-08 21:46:39 +01:00

3 lines
65 B
Rust

fn main() {
println!("{}" a); //~ERROR expected token: `,`
}