-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-proc-macroproc macroproc macroC-bugCategory: bugCategory: bugE-unknownIt's unclear if the issue is E-hard or E-easy without digging inIt's unclear if the issue is E-hard or E-easy without digging inS-unactionableIssue requires feedback, design decisions or is blocked on other workIssue requires feedback, design decisions or is blocked on other work
Description
When using the rustc_private
crates in a project (like rust-clippy for example), some things won't be resolved by r-a, because it can't expand the macros used in the rustc_private
crates. The cause for that is that cargo doesn't rebuild the crates when we build the project for build-scripts and proc-macros, so we never built the necessary proc-macros, causing r-a to fall back to using the dummy expander for the relevant proc-macros.
Metadata
Metadata
Assignees
Labels
A-proc-macroproc macroproc macroC-bugCategory: bugCategory: bugE-unknownIt's unclear if the issue is E-hard or E-easy without digging inIt's unclear if the issue is E-hard or E-easy without digging inS-unactionableIssue requires feedback, design decisions or is blocked on other workIssue requires feedback, design decisions or is blocked on other work