Aatch / ramp

RAMP - Rust Arithmetic in Multiple Precision
Apache License 2.0
263 stars 38 forks source link

could not find `AllocInit` in `alloc` #121

Closed HaoXuan40404 closed 4 years ago

HaoXuan40404 commented 4 years ago
ramp version:0.5.6
rustc 1.40.0-nightly (e413dc36a 2019-10-14)
problem: could not find `AllocInit` in `alloc`

AllocInit is missed In this doc `https://doc.rust-lang.org/std/alloc/index.html, make me confused, how to enable nightly build

rustc 1.44.0-nightly (14b15521c 2020-04-23) doesn't have this problem

rozbb commented 4 years ago

ramp requires the latest version of nightly, since it uses the unstable alloc API

HaoXuan40404 commented 4 years ago

ramp requires the latest version of nightly, since it uses the unstable alloc API

Thanks