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 a44fbd6 commit f10694cCopy full SHA for f10694c
rust/private/dummy_cc_toolchain/dummy_cc_toolchain.bzl
@@ -1,6 +1,7 @@
1
"""Cc toolchain definitions for use on wasm platforms"""
2
3
load("@rules_cc//cc/common:cc_common.bzl", "cc_common")
4
+load("@rules_cc//cc/toolchains:cc_toolchain_config_info.bzl", "CcToolchainConfigInfo")
5
6
def _dummy_cc_toolchain_impl(_ctx):
7
# The `all_files` attribute is referenced by rustc_compile_action().
0 commit comments