summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/use-ends-with-mod-sep.stderr
blob: bd0d881a06c358a50ef8c9a0581055e651f2695f (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found `;`
  --> $DIR/use-ends-with-mod-sep.rs:1:15
   |
LL | use std::any::;
   |               ^ expected identifier

error: aborting due to previous error