]> git.proxmox.com Git - rustc.git/blame - src/test/ui/absolute-paths-in-nested-use-groups.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / absolute-paths-in-nested-use-groups.stderr
CommitLineData
13cf67c4 1error[E0433]: failed to resolve: crate root in paths can only be used in start position
0731742a 2 --> $DIR/absolute-paths-in-nested-use-groups.rs:6:5
b7449926 3 |
532ac7d7 4LL | ::bar,
b7449926
XL
5 | ^ crate root in paths can only be used in start position
6
13cf67c4 7error[E0433]: failed to resolve: `super` in paths can only be used in start position
0731742a 8 --> $DIR/absolute-paths-in-nested-use-groups.rs:7:5
b7449926 9 |
532ac7d7 10LL | super::bar,
b7449926
XL
11 | ^^^^^ `super` in paths can only be used in start position
12
13cf67c4 13error[E0433]: failed to resolve: `self` in paths can only be used in start position
0731742a 14 --> $DIR/absolute-paths-in-nested-use-groups.rs:8:5
b7449926 15 |
532ac7d7 16LL | self::bar,
b7449926
XL
17 | ^^^^ `self` in paths can only be used in start position
18
19error: aborting due to 3 previous errors
20
21For more information about this error, try `rustc --explain E0433`.