regression: error[E0308]: mismatched types
for is_multiple_of
#140020
Labels
C-bug
Category: This is a bug.
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Milestone
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.4
in crater #139827.@rustbot modify labels: +regression-from-stable-to-beta -regression-untriaged
The text was updated successfully, but these errors were encountered: