Lines Matching full:rust_toolchain
52 * [rust_toolchain](#rust_toolchain)
341 …tion to use for this crate. Defaults to the edition specified in the rust_toolchain. | String | …
733 …tion to use for this crate. Defaults to the edition specified in the rust_toolchain. | String | …
820 …tion to use for this crate. Defaults to the edition specified in the rust_toolchain. | String | …
938 …tion to use for this crate. Defaults to the edition specified in the rust_toolchain. | String | …
985 …tion to use for this crate. Defaults to the edition specified in the rust_toolchain. | String | …
1158 …tion to use for this crate. Defaults to the edition specified in the rust_toolchain. | String | …
1173 <a id="rust_toolchain"></a>
1175 ## rust_toolchain section in Rust rules
1178 rust_toolchain(<a href="#rust_toolchain-name">name</a>, <a href="#rust_toolchain-allocator_library"…
1179 …rust_toolchain-default_edition">default_edition</a>, <a href="#rust_toolchain-dylib_ext">dylib_ext…
1180 …rust_toolchain-experimental_use_cc_common_link">experimental_use_cc_common_link</a>, <a href="#rus…
1181 …rust_toolchain-global_allocator_library">global_allocator_library</a>, <a href="#rust_toolchain-ll…
1182 …rust_toolchain-per_crate_rustc_flags">per_crate_rustc_flags</a>, <a href="#rust_toolchain-rust_doc…
1183 …a href="#rust_toolchain-stdlib_linkflags">stdlib_linkflags</a>, <a href="#rust_toolchain-target_js…
1195 load('@rules_rust//rust:toolchain.bzl', 'rust_toolchain')
1197 rust_toolchain(
1235 | <a id="rust_toolchain-name"></a>name | A unique name for this target. | <a href="https://bazel…
1236 | <a id="rust_toolchain-allocator_library"></a>allocator_library | Target that provides allocator …
1237 | <a id="rust_toolchain-binary_ext"></a>binary_ext | The extension for binaries created from rustc…
1238 | <a id="rust_toolchain-cargo"></a>cargo | The location of the <code>cargo</code> binary. Can be a…
1239 | <a id="rust_toolchain-clippy_driver"></a>clippy_driver | The location of the <code>clippy-driver…
1240 | <a id="rust_toolchain-debug_info"></a>debug_info | Rustc debug info levels per opt level | <a …
1241 | <a id="rust_toolchain-default_edition"></a>default_edition | The edition to use for rust_* rules…
1242 | <a id="rust_toolchain-dylib_ext"></a>dylib_ext | The extension for dynamic libraries created fro…
1243 | <a id="rust_toolchain-env"></a>env | Environment variables to set in actions. | <a href="https…
1244 | <a id="rust_toolchain-exec_triple"></a>exec_triple | The platform triple for the toolchains exec…
1245 | <a id="rust_toolchain-experimental_link_std_dylib"></a>experimental_link_std_dylib | Label to a …
1246 | <a id="rust_toolchain-experimental_use_cc_common_link"></a>experimental_use_cc_common_link | Lab…
1247 | <a id="rust_toolchain-extra_exec_rustc_flags"></a>extra_exec_rustc_flags | Extra flags to pass t…
1248 | <a id="rust_toolchain-extra_rustc_flags"></a>extra_rustc_flags | Extra flags to pass to rustc in…
1249 | <a id="rust_toolchain-global_allocator_library"></a>global_allocator_library | Target that provi…
1250 | <a id="rust_toolchain-llvm_cov"></a>llvm_cov | The location of the <code>llvm-cov</code> binary.…
1251 | <a id="rust_toolchain-llvm_profdata"></a>llvm_profdata | The location of the <code>llvm-profdata…
1252 | <a id="rust_toolchain-llvm_tools"></a>llvm_tools | LLVM tools that are shipped with the Rust too…
1253 | <a id="rust_toolchain-opt_level"></a>opt_level | Rustc optimization levels. | <a href="https:/…
1254 | <a id="rust_toolchain-per_crate_rustc_flags"></a>per_crate_rustc_flags | Extra flags to pass to …
1255 | <a id="rust_toolchain-rust_doc"></a>rust_doc | The location of the <code>rustdoc</code> binary. …
1256 | <a id="rust_toolchain-rust_std"></a>rust_std | The Rust standard library. | <a href="https://b…
1257 | <a id="rust_toolchain-rustc"></a>rustc | The location of the <code>rustc</code> binary. Can be a…
1258 | <a id="rust_toolchain-rustc_lib"></a>rustc_lib | The libraries used by rustc during compilation.…
1259 | <a id="rust_toolchain-rustfmt"></a>rustfmt | **Deprecated**: Instead see [rustfmt_toolchain](#ru…
1260 | <a id="rust_toolchain-staticlib_ext"></a>staticlib_ext | The extension for static libraries crea…
1261 | <a id="rust_toolchain-stdlib_linkflags"></a>stdlib_linkflags | Additional linker flags to use wh…
1262 | <a id="rust_toolchain-target_json"></a>target_json | Override the target_triple with a custom ta…
1263 | <a id="rust_toolchain-target_triple"></a>target_triple | The platform triple for the toolchains …
1321 …ptimization levels. For more details see the documentation for <code>rust_toolchain.opt_level</cod…
1955 …f true, repositories will be generated to produce and register <code>rust_toolchain</code> targets…
2022 …er_toolchain"></a>register_toolchain | If True, the generated <code>rust_toolchain</code> target …