Lines Matching full:rustfmt
45 apt install rustc rust-src bindgen rustfmt rust-clippy
54 dnf install rust rust-src bindgen-cli rustfmt clippy
63 USE='rust-src rustfmt clippy' emerge dev-lang/rust dev-util/bindgen
76 nativeBuildInputs = with pkgs; [ rustc rust-bindgen rustfmt clippy ];
99 apt install rustc rust-src bindgen rustfmt rust-clippy
115 apt install rustc-1.80 rust-1.80-src bindgen-0.65 rustfmt-1.80 \
117 ln -s /usr/lib/rust-1.80/bin/rustfmt /usr/bin/rustfmt-1.80
123 make LLVM=1 RUSTC=rustc-1.80 RUSTDOC=rustdoc-1.80 RUSTFMT=rustfmt-1.80 \
261 rustfmt section in Requirements: Developing
264 The ``rustfmt`` tool is used to automatically format all the Rust kernel code,
272 rustup component add rustfmt
274 The standalone installers also come with ``rustfmt``.