|
if self > Self::max_value().aborting_div(other) { |
This is not a problem when using cg_llvm, as it is never called. However unlike cg_llvm, cg_clif does use it for the checked u128 multiplication implementation.
cc https://github.com/bjorn3/rustc_codegen_cranelift/issues/1063