bazelbuild / rules_rust

Rust rules for Bazel
https://bazelbuild.github.io/rules_rust/
Apache License 2.0
670 stars 433 forks source link

Propagate `cargo_build_script.data` to `Rustc` compile actions #2856

Closed UebelAndre closed 2 months ago

UebelAndre commented 2 months ago

This way any outputs that the build script may refer to in flags it emits can be referenced without needing to also explicitly pass the data target to the compile_data attribute of it's consumer.