about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/issue-3145.rs
blob: f497d5550af5f9cb9e6fdcafb18557db5a022b2a (plain)
1
2
3
fn main() {
    println!("{}" a); //~ERROR expected token: `,`
}