rust-clippy/tests/ui/issue-3145.rs

4 lines
70 B
Rust
Raw Normal View History

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