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 2e28a2e commit f1b9eaeCopy full SHA for f1b9eae
rust/settings/BUILD.bazel
@@ -257,7 +257,7 @@ per_crate_rustc_flag(
257
# A flag to control whether to include data files in compile_data.
258
incompatible_flag(
259
name = "incompatible_do_not_include_data_in_compile_data",
260
- build_setting_default = False,
+ build_setting_default = True,
261
issue = "https://github.com/bazelbuild/rules_rust/issues/2977",
262
visibility = ["//visibility:public"],
263
)
0 commit comments