Skip to content

glm-0.2.3 beta regression #43667

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-libs-api[DEPRECATED; DO NOT USE]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