]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/use-as-where-use-ends-with-mod-sep.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / parser / use-as-where-use-ends-with-mod-sep.stderr
CommitLineData
0bf4aa26 1error: expected identifier, found keyword `as`
dc9dc135 2 --> $DIR/use-as-where-use-ends-with-mod-sep.rs:1:16
0bf4aa26 3 |
532ac7d7 4LL | use std::any:: as foo;
0bf4aa26
XL
5 | ^^ expected identifier, found keyword
6
7error: expected one of `::`, `;`, or `as`, found `foo`
dc9dc135 8 --> $DIR/use-as-where-use-ends-with-mod-sep.rs:1:19
0bf4aa26 9 |
532ac7d7 10LL | use std::any:: as foo;
60c5eb7d 11 | ^^^ expected one of `::`, `;`, or `as`
0bf4aa26
XL
12
13error: aborting due to 2 previous errors
14