-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Description
direct version 0.1.0 regressed from stable to beta (full log):
error: use of unstable library feature 'ord_max_min' (see issue #25663)
--> src/lib.rs:308:54
|
308 | (ordered_float::NotNaN::new(left.min(right.into_inner())).unwrap(), idx)
| ^^^
error[E0308]: mismatched types
--> src/lib.rs:308:58
|
308 | (ordered_float::NotNaN::new(left.min(right.into_inner())).unwrap(), idx)
| ^^^^^^^^^^^^^^^^^^ expected struct `ordered_float::NotNaN`, found f64
|
= note: expected type `ordered_float::NotNaN<f64>`
found type `f64`
cc @Blei
Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.