my rust fork
https://www.rust-lang.org
mul.rs: use wrapping_mul to avoid infinite recursion rustc in debug mode with a plain multiplication will call @llvm.umul.with.overflow.* which may call the builtin resulting in infinite recursion. Fixes #127. Cc @nezza this should be the fix you can try. Note I made this patch in github's web Ui so it's completely untested. |
||
|---|---|---|
| library/compiler-builtins | ||