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

4 lines
65 B
Rust
Raw Normal View History

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