-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
regression: error[E0308]: mismatched types for is_multiple_of #140020
Copy link
Copy link
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.
Milestone
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Crater returned multiple cases of mismatched types for
x.is_multiple_of(&y), sincenum_integer::Integer's method uses references and the new inherent methods are by value.Version it worked on
It most recently worked on: 1.86.0
Version with regression
Using
1.87.0-beta.4in crater #139827.@rustbot modify labels: +regression-from-stable-to-beta -regression-untriaged