Find a file
James Duley da48de4601 mul.rs: use wrapping_mul not plain
rustc in debug mode with a plain multiplication will call @llvm.umul.with.overflow.* which may call the builtin resulting in infinite recursion.
2017-01-02 22:57:38 +13:00
library/compiler-builtins mul.rs: use wrapping_mul not plain 2017-01-02 22:57:38 +13:00