Default experimental_toolchain_generated_sysroot to True (#2277)

https://github.com/bazelbuild/rules_rust/pull/2223 only sets
`--@rules_rust//rust/settings:experimental_toolchain_generated_sysroot`
in a few targets on CI. This PR defaults the feature flag to `True`.

This ensures the feature flag works at a larger scope because we remove
it.

---------

Co-authored-by: UebelAndre <github@uebelandre.com>
2 files changed
tree: 21925ff06300016b5a3dcec9f6b76feac8a42c21
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. bindgen/
  5. cargo/
  6. crate_universe/
  7. docs/
  8. examples/
  9. ffi/
  10. proto/
  11. rust/
  12. test/
  13. tools/
  14. util/
  15. wasm_bindgen/
  16. .bazelignore
  17. .bazelrc
  18. .clang-format
  19. .gitattributes
  20. .gitignore
  21. .rustfmt.toml
  22. ARCHITECTURE.md
  23. AUTHORS
  24. BUILD.bazel
  25. CODEOWNERS
  26. COMPATIBILITY.md
  27. CONTRIBUTING.md
  28. CONTRIBUTORS
  29. LICENSE.txt
  30. MODULE.bazel
  31. README.md
  32. version.bzl
  33. WORKSPACE.bazel
README.md

Rust Rules

  • Postsubmit Build status

Overview

This repository provides rules for building Rust projects with Bazel.

Community

General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust.

Documentation

Please refer to the full documentation.