]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/issue-3145.stderr
Auto merge of #101969 - reez12g:issue-101306, r=reez12g
[rust.git] / src / tools / clippy / tests / ui / issue-3145.stderr
1 error: expected `,`, found `a`
2   --> $DIR/issue-3145.rs:2:19
3    |
4 LL |     println!("{}" a); //~ERROR expected `,`, found `a`
5    |                   ^ expected `,`
6
7 error: aborting due to previous error
8