]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/use-ends-with-mod-sep.stderr
Change syntax for TyAlias where clauses
[rust.git] / src / test / ui / parser / use-ends-with-mod-sep.stderr
1 error: expected identifier, found `;`
2   --> $DIR/use-ends-with-mod-sep.rs:1:15
3    |
4 LL | use std::any::;
5    |               ^ expected identifier
6
7 error: aborting due to previous error
8