You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1170,6 +1170,7 @@ See @rules_rust//rust:repositories.bzl for examples of defining the @rust_cpuX r
1170
1170
| <aid="rust_toolchain-default_edition"></a>default_edition | The edition to use for rust_* rules that don't specify an edition. | String | optional | "2018" |
1171
1171
| <aid="rust_toolchain-dylib_ext"></a>dylib_ext | The extension for dynamic libraries created from rustc. | String | required ||
1172
1172
| <aid="rust_toolchain-exec_triple"></a>exec_triple | The platform triple for the toolchains execution environment. For more details see: https://docs.bazel.build/versions/master/skylark/rules.html#configurations| String | required ||
1173
+
| <aid="rust_toolchain-llvm_tools"></a>llvm_tools | LLVM tools that are shipped with the Rust toolchain. | <ahref="https://bazel.build/docs/build-ref.html#labels">List of labels</a> | optional |[]|
| <aid="rust_toolchain-os"></a>os | The operating system for the current toolchain | String | required ||
1175
1176
| <aid="rust_toolchain-rust_doc"></a>rust_doc | The location of the <code>rustdoc</code> binary. Can be a direct source or a filegroup containing one item. | <ahref="https://bazel.build/docs/build-ref.html#labels">Label</a> | required ||
@@ -95,6 +95,7 @@ See @rules_rust//rust:repositories.bzl for examples of defining the @rust_cpuX r
95
95
| <aid="rust_toolchain-default_edition"></a>default_edition | The edition to use for rust_* rules that don't specify an edition. | String | optional | "2018" |
96
96
| <aid="rust_toolchain-dylib_ext"></a>dylib_ext | The extension for dynamic libraries created from rustc. | String | required ||
97
97
| <aid="rust_toolchain-exec_triple"></a>exec_triple | The platform triple for the toolchains execution environment. For more details see: https://docs.bazel.build/versions/master/skylark/rules.html#configurations| String | required ||
98
+
| <aid="rust_toolchain-llvm_tools"></a>llvm_tools | LLVM tools that are shipped with the Rust toolchain. | <ahref="https://bazel.build/docs/build-ref.html#labels">List of labels</a> | optional |[]|
| <aid="rust_toolchain-os"></a>os | The operating system for the current toolchain | String | required ||
100
101
| <aid="rust_toolchain-rust_doc"></a>rust_doc | The location of the <code>rustdoc</code> binary. Can be a direct source or a filegroup containing one item. | <ahref="https://bazel.build/docs/build-ref.html#labels">Label</a> | required ||
0 commit comments