summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/similar-tokens.stderr
blob: 7070232c1423a61ed7d7734c662e347be2c83de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: expected one of `,`, `::`, `as`, or `}`, found `.`
  --> $DIR/similar-tokens.rs:9:10
   |
LL | use x::{A. B};
   |          ^
   |          |
   |          expected one of `,`, `::`, `as`, or `}`
   |          help: missing `,`

error: aborting due to 1 previous error