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() {
2023-04-20 15:19:36 +00:00
println!("{}" a); //~ERROR: expected `,`, found `a`
2018-09-07 15:18:47 +00:00
}