Closed
Description
On aarch64-unknown-linux-gnu
, with a rustup
provided rustc-dev
component:
#![feature(rustc_private)]
extern crate rustc_attr;
errors with:
error: /home/alex/.rustup/toolchains/nightly-2022-08-14-aarch64-unknown-linux-gnu/lib/rustlib/aarch64-unknown-linux-gnu/lib/libserde_derive-6dc9fea9ed4dba80.so: cannot allocate memory in static TLS block
--> src/lib.rs:3:1
|
3 | extern crate rustc_attr;
| ^^^^^^^^^^^^^^^^^^^^^^^^
I'll try and see if I can reproduce it with ./x.py
to test @bjorn3's suggestion: #99944 (comment)