Fix issue: Global paths in `use` directives can begin with `super` or `self` #32225 This PR fixes #32225 by warning on `use ::super::...` and `use ::self::...` on `resolve`. Current changes is the most minimal and ad-hoc. |
||
|---|---|---|
| .. | ||
| builtin.rs | ||
| context.rs | ||
| mod.rs | ||