Lines Matching full:used
20 can be used::
24 This triggers the same logic used by Kconfig to determine whether
36 If ``rustup`` is being used, enter the checked out source code directory
52 If ``rustup`` is being used, run::
59 Otherwise, if a standalone installer is used, the Rust repository may be cloned
74 ``libclang`` (part of LLVM) is used by ``bindgen`` to understand the C code
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,
119 thus nothing needs to be done. If another profile is being used, the component
134 If ``rustup`` is being used, its ``default`` profile already installs the tool,
135 thus nothing needs to be done. If another profile is being used, the component
147 the tests since it is used to build a custom standard library that contains
151 If ``rustup`` is being used, all the profiles already install the tool,
164 ``rustdoc`` is also used to test the examples provided in documented Rust code
168 If ``rustup`` is being used, all the profiles already install the tool,
178 be used with many editors to enable syntax highlighting, completion, go to
225 If GDB/Binutils is used and Rust symbols are not getting demangled, the reason