]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/issue-3145.rs
Rollup merge of #72606 - GuillaumeGomez:cell-example-update, r=Dylan-DPC
[rust.git] / src / tools / clippy / tests / ui / issue-3145.rs
1 fn main() {
2     println!("{}" a); //~ERROR expected token: `,`
3 }