Closed
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