We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5302141 commit 0e70531Copy full SHA for 0e70531
rust/private/rust.bzl
@@ -320,6 +320,9 @@ _rust_library_attrs = {
320
"""),
321
default = "rlib",
322
),
323
+ "_whitelist_function_transition": attr.label(
324
+ default = "//tools/whitelists/function_transition_whitelist",
325
+ ),
326
}
327
328
_rust_test_attrs = {
@@ -340,6 +343,7 @@ rust_library = rule(
340
343
_rust_library_attrs.items()),
341
344
fragments = ["cpp"],
342
345
host_fragments = ["cpp"],
346
+ cfg = wasm_transition,
347
toolchains = [
348
"@io_bazel_rules_rust//rust:toolchain",
349
"@bazel_tools//tools/cpp:toolchain_type"
0 commit comments