Skip to content

Conversation

@sam-mccall
Copy link
Contributor

These were not being linked in for two reasons:

  • missing _use_grep_includes attribute on the rust_proc_macro rule:
    this attribute & condition are entirely dead code now ==> delete them.
  • the explicit crate type list doesn't include proc-macro ==> add it.

These were not being linked in for two reasons:

- missing `_use_grep_includes` attribute on the `rust_proc_macro` rule:
  this attribute & condition are entirely dead code now ==> delete them.
- the explicit crate type list doesn't include `proc-macro` ==> add it.
@krasimirgg krasimirgg self-requested a review November 28, 2025 09:10
Copy link
Collaborator

@krasimirgg krasimirgg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@krasimirgg krasimirgg added this pull request to the merge queue Nov 28, 2025
Merged via the queue into bazelbuild:main with commit e5eea99 Nov 28, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants