]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-33455.stderr
Rollup merge of #88794 - sunfishcode:sunfishcode/try-clone, r=joshtriplett
[rust.git] / src / test / ui / parser / issues / issue-33455.stderr
1 error: expected one of `::`, `;`, or `as`, found `.`
2   --> $DIR/issue-33455.rs:1:8
3    |
4 LL | use foo.bar;
5    |        ^ expected one of `::`, `;`, or `as`
6
7 error: aborting due to previous error
8