-
- Could not use rustup because of Network Restrictions;
-
- Host: x86_64 ubuntu18; Installed x86_64-unknown-linux-gnu.tar.gz;
-
- component: all components of x86_64-unknown-linux-gnu.tar.gz;
rustc
cargo
rls-preview
rust-analyzer-preview
clippy-preview
miri-preview
rustfmt-preview
llvm-tools-preview
rust-analysis-x86_64-unknown-linux-gnu
rust-std-x86_64-unknown-linux-gnu
rust-docs
- component: all components of x86_64-unknown-linux-gnu.tar.gz;
-
- manually add component rust-src (add libarary to /usr/local/lib/rustlib/src) because project using -Zbuild-std=core,alloc
Question : can't find crate for std
;
how to use standalone rust nightly version to crosscompile aarch64 on x86_64 host?