-
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.
Disable projection sub-obligation optimization in intercrate mode
The meaning of an 'evaluation' in intercrate mode is more complicated than with an normal `SelectionContext`. To avoid potential issues, we now always preserve all projection sub-obligations when in intercrate mode. This avoids needing to answer whether or not `EvaluatedToOk` always means the same thing in intercrate mode as it does normally.
- Loading branch information
Showing
2 changed files
with
28 additions
and
18 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