-Znext-solver Remove the forced ambiguity hack from search graph#149904
-Znext-solver Remove the forced ambiguity hack from search graph#149904rust-bors[bot] merged 1 commit intorust-lang:mainfrom
-Znext-solver Remove the forced ambiguity hack from search graph#149904Conversation
|
This PR removes a performance optimization which seems like it is no longer necessary, as we no longer have any affected tests. This performance regression was originally added during the stabilization of The optimization does incorrectly force goals to be ambiguous, breaking In this case we do cause hangs, we can then find a different solution and potentially temporarily revert this change again. I did not immediately see any concerning regressions in the crater run with @rfcbot fcp merge types |
|
Team member @lcnr has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
|
🔔 This is now entering its final comment period, as per the review above. 🔔 |
|
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. |
|
@bors r+ rollup=never |
|
📋 This PR cannot be approved because it currently has the following label: |
|
@bors r+ |
…lcnr `-Znext-solver` Remove the forced ambiguity hack from search graph As discussed in rust-lang/trait-system-refactor-initiative#257 r? lcnr
Rollup of 6 pull requests Successful merges: - #152609 (Install LLVM DLL in the right place on Windows) - #149904 (`-Znext-solver` Remove the forced ambiguity hack from search graph) - #152704 (Remove `QueryCtxt` and trait `HasDepContext`) - #152746 (remove `#![allow(stable_features)]` from most tests) - #152675 (Improve `VaList` stdlib docs) - #152748 (Update `sysinfo` version to `0.38.2`)
Rollup merge of #149904 - ShoyuVanilla:ns-remove-sg-hack, r=lcnr `-Znext-solver` Remove the forced ambiguity hack from search graph As discussed in rust-lang/trait-system-refactor-initiative#257 r? lcnr
As discussed in rust-lang/trait-system-refactor-initiative#257
r? lcnr