You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #154999 - cuviper:beta-next, r=cuviper
[beta] reverts and backports
This reverts two `dbg!` changes to avoid regressions[^1][^2] in the upcoming 1.95 release:
- std: avoid tearing `dbg!` prints #149869
- don't drop arguments' temporaries in `dbg!` #154074
- ... which was previously backported in #154725
This also reverts a stabilization over a late issue[^3] of semantics:
- Stabilize `assert_matches` #137487
And a few other backport/reverts from `main`:
- Revert performing basic const checks in typeck on stable #154930 / #155033
- Revert "`-Znext-solver` Remove the forced ambiguity hack from search graph" #154712
- Clarify that core::range ranges do not have special syntax #155002
[^1]: #153850
[^2]: #154988
[^3]: #154406
0 commit comments