-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
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
as_num version 0.2.2 regressed from stable to beta (full log):
Compiling as_num v0.2.2 (file:///source)
error[E0034]: multiple applicable items in scope
--> src/lib.rs:241:50
|
152 | | $dest::min() <= n && n <= $dest::max()
| |______________________________^ multiple `min` found
...
241 | impl_signed_to_signed_internal!($signed, $signed);
| __________________________________________________^
cc @phimuemue
Metadata
Metadata
Assignees
Labels
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.