rust@gentoo.org Rust Project navi@vlhl.dev Anna Figueiredo Gomes Install clippy, Rust code linter Install dist tarballs (used for bootstrapping) Install miri, an interpreter for Rust's mid-level intermediate representation (requires USE=nightly, sometimes is broken) Use dev-lang/mrustc to build the bootstrap Rust sysroot from this package's source Enable nightly (UNSTABLE) features (NOTE: it does not install nightly version, just enables features marked as nightly at time of release) Build a multi-threaded rustc (experimental, not tested by upstream) Install rust-analyzer, A Rust compiler front-end for IDEs (language server) Install rust-src, needed by developer tools and for build-std (cross) Install rustfmt, Rust code formatter Use the system LLVM installation Build support for the wasm32-unknown-unknown target rust-lang/rust