-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle traits when doing namespace item imports.
This reverts PR #6080 due to a pretty severe performance regression. The reason this was split to a separate step was because it needs a typed declaration due to the depedency on the type system and thus cannot be used during collection. However, the type system will be changed to work with parsed declarations pretty soon, so revert this back to the old behavior and temporarily check for a typed declaration instead. Fixes #6182.
- Loading branch information
Showing
2 changed files
with
74 additions
and
52 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
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