Skip to content

Commit

Permalink
Allow passing files to rustc_env_files (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Sep 20, 2021
1 parent 75c63c3 commit 5c09f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/private/rust.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ _common_attrs = {
The order that these files will be processed is unspecified, so
multiple definitions of a particular variable are discouraged.
"""),
allow_files = True,
),
"rustc_flags": attr.string_list(
doc = dedent("""\
Expand Down

0 comments on commit 5c09f01

Please sign in to comment.