Skip to content

Commit ab32ede

Browse files
katreacmcarther
authored andcommitted
Define the toolchain_type used by rust rules. (#129)
Fixes #128.
1 parent 88022d1 commit ab32ede

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ exports_files([
77
"toolchain.bzl",
88
"triple_mappings.bzl",
99
])
10+
11+
toolchain_type(
12+
name = "toolchain",
13+
)

0 commit comments

Comments
 (0)