Skip to content

Commit 5c09f01

Browse files
authored
Allow passing files to rustc_env_files (#946)
1 parent 75c63c3 commit 5c09f01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/private/rust.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ _common_attrs = {
573573
The order that these files will be processed is unspecified, so
574574
multiple definitions of a particular variable are discouraged.
575575
"""),
576+
allow_files = True,
576577
),
577578
"rustc_flags": attr.string_list(
578579
doc = dedent("""\

0 commit comments

Comments
 (0)