-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check default features when skipping resolution of a package
Previously if a package had been activated without the default feature and then it was attempted to be reactivated with the default feature, resolution wouldn't continue and actually activate the default feature. This means that the fingerprint on the other end of compilation would be slightly different because the set of activated features would be slightly different, causing spurious recompiles. Closes #1567
- Loading branch information
1 parent
7f810ba
commit 40d1c10
Showing
3 changed files
with
61 additions
and
12 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
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