(no title)
rnestler | 2 years ago
The offficial Rust compiler is written in Rust.
> And where can I download bootstrap static ELF64 binaries of this compiler?
You can get a Rust compiler on https://rustup.rs
Probalby you can get one which is statically compiled for the musl target.
If you want to follow the boostrap procedure see https://rustc-dev-guide.rust-lang.org/building/bootstrapping...
sylware|2 years ago