-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.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
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
Labels
C-bugCategory: This is a bug.Category: This is a bug.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.