Compile Times - The Rust Performance Book
https://nnethercote.github.io/perf-book/compile-times.html#linking
ローカルで Rust をビルドするだけなら、 ~/.cargo/config に
[target.x86_64-unknown-linux-gnu]
rustflags = ["-Clink-arg=-fuse-ld=lld"]
みたいなのを入れとくといいです (リンクが速くなる)