Skip to content

Commit 9ebf150

Browse files
authored
Merge pull request #1695 from dtolnay/load
Add cc_library load in additive_build_file_content
2 parents 193a1ae + 78e81fd commit 9ebf150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ rustdoc-args = [
6565

6666
[package.metadata.bazel]
6767
additive_build_file_content = """
68+
load("@rules_cc//cc:defs.bzl", "cc_library")
6869
cc_library(
6970
name = "cxx_cc",
7071
srcs = ["src/cxx.cc"],

0 commit comments

Comments
 (0)