2020-01-10 08:36:22 -06:00
|
|
|
error[E0433]: failed to resolve: there are too many leading `super` keywords
|
2019-12-11 12:58:00 -06:00
|
|
|
--> $DIR/impl-items-vis-unresolved.rs:21:13
|
|
|
|
|
|
|
|
|
LL | pub(super) fn new() {}
|
2020-01-10 12:24:34 -06:00
|
|
|
| ^^^^^ there are too many leading `super` keywords
|
2019-12-11 12:58:00 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0433`.
|