]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/issue-3145.rs
Auto merge of #71996 - Marwes:detach_undo_log, r=nikomatsakis
[rust.git] / src / tools / clippy / tests / ui / issue-3145.rs
1 fn main() {
2     println!("{}" a); //~ERROR expected token: `,`
3 }