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 bdb434f commit 0ebbe86Copy full SHA for 0ebbe86
rust/private/rust.bzl
@@ -320,9 +320,6 @@ _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 = {
@@ -343,7 +340,6 @@ rust_library = rule(
343
340
_rust_library_attrs.items()),
344
341
fragments = ["cpp"],
345
342
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