mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Improve module selector constraint solver diagnostics
This commit is contained in:
@@ -2059,6 +2059,9 @@ struct MemberLookupResult {
|
||||
/// 'accesses' attributes of the init accessor and therefore canno
|
||||
/// t be referenced in its body.
|
||||
UR_UnavailableWithinInitAccessor,
|
||||
|
||||
/// The module selector in the `DeclNameRef` does not match this candidate.
|
||||
UR_WrongModule
|
||||
};
|
||||
|
||||
/// This is a list of considered (but rejected) candidates, along with a
|
||||
|
||||
Reference in New Issue
Block a user