Skip to content

Commit

Permalink
Define the toolchain_type used by rust rules. (#129)
Browse files Browse the repository at this point in the history
Fixes #128.
  • Loading branch information
katre authored and acmcarther committed Oct 6, 2018
1 parent 88022d1 commit ab32ede
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rust/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ exports_files([
"toolchain.bzl",
"triple_mappings.bzl",
])

toolchain_type(
name = "toolchain",
)

0 comments on commit ab32ede

Please sign in to comment.