bazelbuild / rules_rust

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

proc_macro_deps should accept rust_library_group #2892

Open ashi009 opened 1 week ago

ashi009 commented 1 week ago

proc_macro_deps requires CrateInfo provider though CrateGroupInfo is also supported.

UebelAndre commented 1 week ago

Sounds reasonable, I'm happy to review a PR 😄