Lines Matching full:used
11 approach is that, typically, the distribution will match the LLVM used by Rust
96 can be used::
100 This triggers the same logic used by Kconfig to determine whether
110 If ``rustup`` is being used, enter the kernel build directory (or use
133 If ``rustup`` is being used, run::
140 Otherwise, if a standalone installer is used, the Rust source tree may be
156 ``libclang`` (part of LLVM) is used by ``bindgen`` to understand the C code
190 the one found should be used), the process can be tweaked, e.g. by using the
209 The ``rustfmt`` tool is used to automatically format all the Rust kernel code,
213 If ``rustup`` is being used, its ``default`` profile already installs the tool,
214 thus nothing needs to be done. If another profile is being used, the component
229 If ``rustup`` is being used, its ``default`` profile already installs the tool,
230 thus nothing needs to be done. If another profile is being used, the component
245 ``rustdoc`` is also used to test the examples provided in documented Rust code
249 If ``rustup`` is being used, all the profiles already install the tool,
259 be used with many editors to enable syntax highlighting, completion, go to
304 If GDB/Binutils is used and Rust symbols are not getting demangled, the reason