2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2024-12-19 17:44:21 +00:00
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: `,`
}