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

error: aborting due to previous error