about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/issue-3145.stderr
blob: b7dacd484e9afc8d9e7e81e0a0adf1ce20e5c4a7 (plain)
1
2
3
4
5
6
7
8
error: expected `,`, found `a`
  --> tests/ui/issue-3145.rs:2:19
   |
LL |     println!("{}" a);
   |                   ^ expected `,`

error: aborting due to 1 previous error