We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Leading to this:
rustc: arm-unknown-linux-gnueabihf/stage0/lib/rustlib/arm-unknown-linux-gnueabihf/lib/libstd src/libstd/lib.rs:1:1: 1:1 error: can't find crate for `alloc_jemalloc` [E0463]
which probably means this line always executes adding the jemalloc dependency to std. It used to work as expected a few weeks ago.
Even though I don't need this option on i686, it reproduces over there as well (as expected).
i686
cc @alexcrichton
The text was updated successfully, but these errors were encountered:
Thx @simartin
Sorry, something went wrong.
Issue rust-lang#30592: Restore build in --disable-jemalloc mode.
c5da160
Auto merge of #30662 - simartin:issue_30592, r=alexcrichton
e1f550e
Fixes #30592, a fallout of cd1848a
No branches or pull requests
Leading to this:
which probably means this line always executes adding the jemalloc dependency to std. It used to work as expected a few weeks ago.
Even though I don't need this option on
i686
, it reproduces over there as well (as expected).cc @alexcrichton
The text was updated successfully, but these errors were encountered: