1
Fork 0

resolve: Partially unify early and late scope-relative ident resolution

This commit is contained in:
Vadim Petrochenkov 2021-03-13 22:23:18 +03:00
parent afaf33dcaf
commit ee0357af3b
5 changed files with 97 additions and 144 deletions

View file

@ -1977,7 +1977,7 @@ declare_lint! {
Warn,
"detects proc macro derives using inaccessible names from parent modules",
@future_incompatible = FutureIncompatibleInfo {
reference: "issue #50504 <https://github.com/rust-lang/rust/issues/50504>",
reference: "issue #83583 <https://github.com/rust-lang/rust/issues/83583>",
edition: None,
};
}