We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41b704 commit fbfeabaCopy full SHA for fbfeaba
rust/private/rustc.bzl
@@ -718,7 +718,7 @@ def collect_inputs(
718
719
# The old default behavior was to include data files at compile time.
720
# This flag controls whether to include data files in compile_data.
721
- if hasattr(files, "data") and not toolchain._incompatible_do_not_include_data_in_compile_data:
+ if not toolchain._incompatible_do_not_include_data_in_compile_data and hasattr(files, "data"):
722
nolinkstamp_compile_direct_inputs += files.data
723
724
if toolchain.target_json:
0 commit comments