rustc: add support for split debuginfo (#4092)

This is #3168 by @durin42, with fixes for some of the pre-merge checks.

This PR adapts the original change to support path mapping when passing
`-Zsplit-dwarf-out-dir=<path>`. In order to do this, it adds to
`construct_arguments` the option to pass `(format_string, File)` as
elements in the list form of `rustc_flags`. This PR also adds tests for
the new functionality.

The new changes on top of the original PR were written with assistance
by Gemini.

---------

Co-authored-by: Augie Fackler <augie@google.com>
2 files changed
tree: b26e2def6f32d68f2688ddc96f0a33f3c69dc051
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. cargo/
  5. crate_universe/
  6. docs/
  7. examples/
  8. extensions/
  9. ffi/
  10. nix/
  11. rust/
  12. test/
  13. tools/
  14. util/
  15. .bazelignore
  16. .bazelrc
  17. .clang-format
  18. .clippy.toml
  19. .envrc
  20. .gitattributes
  21. .gitignore
  22. .pre-commit-config.yaml
  23. .prettierrc.toml
  24. .rustfmt.toml
  25. .typos.toml
  26. ARCHITECTURE.md
  27. AUTHORS
  28. BUILD.bazel
  29. CODEOWNERS
  30. COMPATIBILITY.md
  31. CONTRIBUTING.md
  32. CONTRIBUTORS
  33. LICENSE.txt
  34. MODULE.bazel
  35. README.md
  36. version.bzl
  37. WORKSPACE.bazel
README.md

Rust Rules

  • Postsubmit Build status

Overview

This repository provides rules for building Rust projects with Bazel.

Starter repo

The fastest way to try this in an empty project is to click the green “Use this template” button on https://github.com/bazel-starters/rust.

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.