Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Ensure we parse any inner item attributes when expanding a module #1392

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

philberty
Copy link
Member

When compiling code containing module expansions we must first ensure any
possible inner item attributes are parser first and applied to the module,
otherwise we end up in a bad state and ignore attributes.

Fixes #1089

When compiling code containing module expansions we must first ensure any
possible inner item attributes are parser first and applied to the module,
otherwise we end up in a bad state and ignore attributes.

Fixes #1089
@philberty philberty added the bug label Jul 18, 2022
@philberty philberty added this to the Const Generics milestone Jul 18, 2022
@philberty
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 18, 2022

Build succeeded:

@bors bors bot merged commit 6622ae2 into master Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parser: module-level doc comments not recognized in imported module
2 participants