blob: d04ce384fe88630073428fb31fd8b55a690c5c3e [file] [log] [blame]
error[E0433]: failed to resolve: there are too many initial `super`s.
--> $DIR/super-at-top-level.rs:1:5
|
LL | use super::f;
| ^^^^^ there are too many initial `super`s.
error: aborting due to previous error
For more information about this error, try `rustc --explain E0433`.