Lines Matching full:tool
39 rustup override set $(scripts/min-tool-version.sh rustc)
63 --branch $(scripts/min-tool-version.sh rustc) \
97 the ``bindgen`` tool. A particular version is required.
99 Install it via (note that this will download and build the tool from source)::
101 cargo install --locked --version $(scripts/min-tool-version.sh bindgen) bindgen
114 The ``rustfmt`` tool is used to automatically format all the Rust kernel code,
118 If ``rustup`` is being used, its ``default`` profile already installs the tool,
134 If ``rustup`` is being used, its ``default`` profile already installs the tool,
151 If ``rustup`` is being used, all the profiles already install the tool,
160 ``rustdoc`` is the documentation tool for Rust. It generates pretty HTML
168 If ``rustup`` is being used, all the profiles already install the tool,