Closed
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