2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-02-18 23:18:55 +00:00
rust-clippy/tests/ui/issue-3145.rs

4 lines
65 B
Rust
Raw Normal View History

2018-09-07 17:18:47 +02:00
fn main() {
println!("{}" a); //~ERROR expected token: `,`
}