Skip to content

glm-0.2.3 beta regression #43667

Closed
Closed
@est31

Description

@est31

glm version 0.2.3 regressed from stable to beta (full log):

 	error[E0034]: multiple applicable items in scope
  --> <anon>:4:17
   |
 4 | assert_eq!(1i32.min(2i32), 1i32);
   |                 ^^^ multiple `min` found
   |
   = note: candidate #1 is defined in an impl of the trait `std::cmp::Ord` for the type `&_`
   = note: candidate #2 is defined in an impl of the trait `std::cmp::Ord` for the type `&mut _`
   = note: candidate #3 is defined in an impl of the trait `std::iter::Iterator` for the type `&mut _`
   = note: candidate #4 is defined in an impl of the trait `std::cmp::Ord` for the type `i32`
   = note: candidate #5 is defined in an impl of the trait `glm::BaseNum` for the type `i32`

cc @dche

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.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