-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Arbitrary self types v2: no deshadowing on traits
This is a hacky temporary "fix" for problems encountered where our deshadowing algorithm is blocking legitimate code. This will need to be reworked, but pushing to see if we get through CI. The solution here involves only applying the deshadowing algorithm in cases where both methods are inherent rather than in traits. That's probably what we want to do? - but it needs discussion, and the code needs a bit of restructuring.
- Loading branch information
Showing
1 changed file
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters