Skip to content

Filter proc-macro helper attributes at AST lowering #140587

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
jdonszelmann opened this issue May 2, 2025 · 0 comments
Open

Filter proc-macro helper attributes at AST lowering #140587

jdonszelmann opened this issue May 2, 2025 · 0 comments
Labels
A-attributes Area: Attributes (`#[…]`, `#![…]`) C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@jdonszelmann
Copy link
Contributor

Currently these are kept around in hir, and that's entirely unnecessary. Part of #131229

@jdonszelmann jdonszelmann added the A-attributes Area: Attributes (`#[…]`, `#![…]`) label May 2, 2025
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label May 2, 2025
@jdonszelmann jdonszelmann removed the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label May 2, 2025
@fmease fmease added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. C-cleanup Category: PRs that clean code up or issues documenting cleanup. labels May 2, 2025
@fmease fmease changed the title Filter proc-macro helper attributes at hir lowering Filter proc-macro helper attributes at AST lowering May 2, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-attributes Area: Attributes (`#[…]`, `#![…]`) C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants