summary refs log tree commit diff
path: root/src/test/ui/similar-tokens.stderr
blob: 90acc56cbc99964504da56f29db676405d3c41a5 (plain)
1
2
3
4
5
6
7
8
error: expected one of `,`, `::`, `as`, or `}`, found `.`
  --> $DIR/similar-tokens.rs:17:10
   |
LL | use x::{A. B}; //~ ERROR expected one of `,`, `::`, `as`, or `}`, found `.`
   |          ^ expected one of `,`, `::`, `as`, or `}` here

error: aborting due to previous error