Lines Matching refs:rust
15 under names like ``rustc``, ``rust-src``, ``rust-bindgen``, etc. However,
45 https://forge.rust-lang.org/infra/other-installation-methods.html#standalone
56 rustup component add rust-src
64 curl -L "https://static.rust-lang.org/dist/rust-src-$(scripts/min-tool-version.sh rustc).tar.gz" |
66 "rust-src-$(scripts/min-tool-version.sh rustc)/rust-src/lib/" \
71 sysroot)/lib/rustlib/src/rust`` then rerunning the above command).
194 rust-analyzer
197 The `rust-analyzer <https://rust-analyzer.github.io/>`_ language server can
201 ``rust-analyzer`` needs a configuration file, ``rust-project.json``, which
202 can be generated by the ``rust-analyzer`` Make target::
204 make LLVM=1 rust-analyzer
244 at ``samples/rust/``, the Rust support code under ``rust/`` and