]> git.lizzy.rs Git - rust.git/commit
`u64::try_from` will now fail if `ScalarInt` isn't exactly 64 bits, thus we use ...
authoroli <github35764891676564198441@oli-obk.de>
Wed, 4 Nov 2020 13:59:11 +0000 (13:59 +0000)
committeroli <github35764891676564198441@oli-obk.de>
Wed, 4 Nov 2020 13:59:11 +0000 (13:59 +0000)
commit6e96e10f9363dc792acb02ff616aaca36764805d
tree168b60cc301dc49a08b20f084e387fca72935a07
parent5fa1c8f91a046b8e84443c93214d5f0e0df67eee
`u64::try_from` will now fail if `ScalarInt` isn't exactly 64 bits, thus we use `to_bits` with the correct size
src/value_and_place.rs