Rust upgrade to LLVM6 breaks wee_alloc #16
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
wee_alloc fails to build with the latest nightly (and possibly yesterdays as well) and most likely will continue to fail with upcoming versions (target: wasm32-unknown-unknown):
This is most likely caused by the upgrade to LLVM 6 (rust-lang/rust#47828), which changed the return type of this intrinsic.
The text was updated successfully, but these errors were encountered: