fastdiv icon indicating copy to clipboard operation
fastdiv copied to clipboard

Conflict with inherent `uN::is_multiple_of` method in stable Rust

Open robertknight opened this issue 7 months ago • 0 comments

Rust v1.87 adds an inherent is_multiple_of method to uN types. These take precedence over FastDiv::is_multiple_of. Hence cargo test fails. This could be avoided by renaming to fast_is_multiple_of perhaps?

robertknight avatar May 30 '25 12:05 robertknight