You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cargo-bazel): ignore example crates when checking if proc-macro (bazelbuild#2596)
# WHAT
* ignore example crate types when checking if it is a proc-macro
# WHY
When building the list of `deps` and `proc_macro_deps` for a given
crate,
dependency crates which contain examples in their Cargo.yaml of of type
`proc-macro` cause the dependency to be added to the `proc_macro_deps`.
The
example crate types should be ignored.
Fixesbazelbuild#2577
Co-authored-by: UebelAndre <[email protected]>
0 commit comments