Using pre-2015 Rust
Rust Internals [Unofficial]
February 14, 2026
I hope someone else has a more convenient answer for you, but you could start with:
git clone --single-branch --branch 1.11.0 https://github.com/rust-lang/rust.git
cd rust
./configure
make
Discussion in the ATmosphere