summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-33455.stderr
blob: c535ef23b229674d752a260e700040ff298e7916 (plain)
1
2
3
4
5
6
7
8
error: expected one of `::`, `;`, or `as`, found `.`
  --> $DIR/issue-33455.rs:1:8
   |
LL | use foo.bar;
   |        ^ expected one of `::`, `;`, or `as`

error: aborting due to previous error