• Home
  • Raw
  • Download

Lines Matching full:rust_toolchain

13 * [rust_toolchain](#rust_toolchain)
34 <a id="rust_toolchain"></a>
36 ## rust_toolchain
39 rust_toolchain(<a href="#rust_toolchain-name">name</a>, <a href="#rust_toolchain-allocator_library"…
40rust_toolchain-default_edition">default_edition</a>, <a href="#rust_toolchain-dylib_ext">dylib_ext…
41rust_toolchain-experimental_use_cc_common_link">experimental_use_cc_common_link</a>, <a href="#rus…
42rust_toolchain-global_allocator_library">global_allocator_library</a>, <a href="#rust_toolchain-ll…
43rust_toolchain-per_crate_rustc_flags">per_crate_rustc_flags</a>, <a href="#rust_toolchain-rust_doc…
44 …a href="#rust_toolchain-stdlib_linkflags">stdlib_linkflags</a>, <a href="#rust_toolchain-target_js…
56 load('@rules_rust//rust:toolchain.bzl', 'rust_toolchain')
58 rust_toolchain(
96 | <a id="rust_toolchain-name"></a>name | A unique name for this target. | <a href="https://bazel…
97 | <a id="rust_toolchain-allocator_library"></a>allocator_library | Target that provides allocator …
98 | <a id="rust_toolchain-binary_ext"></a>binary_ext | The extension for binaries created from rustc…
99 | <a id="rust_toolchain-cargo"></a>cargo | The location of the <code>cargo</code> binary. Can be a…
100 | <a id="rust_toolchain-clippy_driver"></a>clippy_driver | The location of the <code>clippy-driver…
101 | <a id="rust_toolchain-debug_info"></a>debug_info | Rustc debug info levels per opt level | <a …
102 | <a id="rust_toolchain-default_edition"></a>default_edition | The edition to use for rust_* rules…
103 | <a id="rust_toolchain-dylib_ext"></a>dylib_ext | The extension for dynamic libraries created fro…
104 | <a id="rust_toolchain-env"></a>env | Environment variables to set in actions. | <a href="https…
105 | <a id="rust_toolchain-exec_triple"></a>exec_triple | The platform triple for the toolchains exec…
106 | <a id="rust_toolchain-experimental_link_std_dylib"></a>experimental_link_std_dylib | Label to a …
107 | <a id="rust_toolchain-experimental_use_cc_common_link"></a>experimental_use_cc_common_link | Lab…
108 | <a id="rust_toolchain-extra_exec_rustc_flags"></a>extra_exec_rustc_flags | Extra flags to pass t…
109 | <a id="rust_toolchain-extra_rustc_flags"></a>extra_rustc_flags | Extra flags to pass to rustc in…
110 | <a id="rust_toolchain-global_allocator_library"></a>global_allocator_library | Target that provi…
111 | <a id="rust_toolchain-llvm_cov"></a>llvm_cov | The location of the <code>llvm-cov</code> binary.…
112 | <a id="rust_toolchain-llvm_profdata"></a>llvm_profdata | The location of the <code>llvm-profdata…
113 | <a id="rust_toolchain-llvm_tools"></a>llvm_tools | LLVM tools that are shipped with the Rust too…
114 | <a id="rust_toolchain-opt_level"></a>opt_level | Rustc optimization levels. | <a href="https:/…
115 | <a id="rust_toolchain-per_crate_rustc_flags"></a>per_crate_rustc_flags | Extra flags to pass to …
116 | <a id="rust_toolchain-rust_doc"></a>rust_doc | The location of the <code>rustdoc</code> binary. …
117 | <a id="rust_toolchain-rust_std"></a>rust_std | The Rust standard library. | <a href="https://b…
118 | <a id="rust_toolchain-rustc"></a>rustc | The location of the <code>rustc</code> binary. Can be a…
119 | <a id="rust_toolchain-rustc_lib"></a>rustc_lib | The libraries used by rustc during compilation.…
120 | <a id="rust_toolchain-rustfmt"></a>rustfmt | **Deprecated**: Instead see [rustfmt_toolchain](#ru…
121 | <a id="rust_toolchain-staticlib_ext"></a>staticlib_ext | The extension for static libraries crea…
122 | <a id="rust_toolchain-stdlib_linkflags"></a>stdlib_linkflags | Additional linker flags to use wh…
123 | <a id="rust_toolchain-target_json"></a>target_json | Override the target_triple with a custom ta…
124 | <a id="rust_toolchain-target_triple"></a>target_triple | The platform triple for the toolchains …
182 …ptimization levels. For more details see the documentation for <code>rust_toolchain.opt_level</cod…
271 …f true, repositories will be generated to produce and register <code>rust_toolchain</code> targets…
338 …er_toolchain"></a>register_toolchain | If True, the generated <code>rust_toolchain</code> target …