-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A refactored and consolidated capture checker without any drastic changes to the algorithm. The main changes are: - Go back to the "sealed" policy where we check that type parameters do not contain `cap` instead of checking that we do not box or unbox `cap`. - Rename `@unbox` to `@use` - Fix several soundness holes relating to reach capabilities Based on #21861
- Loading branch information
Showing
131 changed files
with
1,922 additions
and
1,017 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
Oops, something went wrong.