]> git.lizzy.rs Git - rust.git/commit
Fix overflow checking when multiplying two i64
authorbjorn3 <bjorn3@users.noreply.github.com>
Fri, 16 Apr 2021 12:36:07 +0000 (14:36 +0200)
committerbjorn3 <bjorn3@users.noreply.github.com>
Fri, 16 Apr 2021 12:36:07 +0000 (14:36 +0200)
commit7f0e35106e3cce054551de8305f8bcbc25ef59f8
tree5678930a67bcbb3a8c99840890389b4f141c80c5
parent6d6c5742896fab93788b4dabb6ba2fcf1881f5e2
Fix overflow checking when multiplying two i64

Fixes #1162
example/std_example.rs
src/num.rs