]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/use-ends-with-mod-sep.stderr
Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc
[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