Closed blambillotte closed 4 years ago
It's possible I'm still back in December:
rustc --version
rustc 1.41.0-nightly (19bd93467 2019-12-18)
I'll update to latest and update anything that needs to be fixed.
I can reproduce after updating
rustc --version
rustc 1.43.0-nightly (6d69caba1 2020-02-27)
This is going to take a bit. @hansihe bumpalo
needs to updated for compatibility too.
For the eir parts, this is actually mostly done already locally. I'll try to get things cleaned up and pushed tomorrow
Since the macOS
build doesn't pin the rust version, all macOS
builds are broke like (https://github.com/lumen/lumen/pull/395/checks?check_run_id=478804604).
Closing, as this should no longer be an issue
Attempting to
wasm-pack build
theinterpreter-in-browser
example errors with the current rust nightly. It appearscore::alloc::Alloc
no longer exists?Error:
Falling back to an older rust nightly seemed to resolve this
rustup install nightly-2020-01-02
->rustup default nightly-2020-01-02
Very new to Rust so apologies if I'm missing something fundamental.