]> git.proxmox.com Git - rustc.git/blob - tests/ui/resolve/issue-117920.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / resolve / issue-117920.stderr
1 error[E0433]: failed to resolve: there are too many leading `super` keywords
2 --> $DIR/issue-117920.rs:3:5
3 |
4 LL | use super::A;
5 | ^^^^^ there are too many leading `super` keywords
6
7 error: aborting due to 1 previous error
8
9 For more information about this error, try `rustc --explain E0433`.