Skip to content

direct-0.1.0 beta regression #43665

Closed
Closed
@est31

Description

@est31

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

No one assigned

    Labels

    T-libs-apiRelevant 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions