regression 1.50: Code breaks due to newly stabalized std lib methods Ord::clamp
and bool::then
#80950
Labels
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
Two newly stabalized APIs (
Ord::clamp
andbool::then
) caused regressions in crates due to their stabalization in the latest crater run. In total 4 crates were impacted by this.This is likely to be closed with
wont-fix
, but I wanted to ensure it was noted somewhere.@rustbot modify labels: +regression-from-stable-to-beta
The text was updated successfully, but these errors were encountered: