-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
ast_lowering: Stop wrapping ident
matchers into groups
#95571
Conversation
The lowered forms goes to metadata, for example during encoding of macro definitions
It would be nice to de-duplicate this logic, but that can be done later. r=me with CI passing |
@bors r=Aaron1011 |
📌 Commit a150fc2 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (07a461a): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
The lowered forms goes to metadata, for example during encoding of macro definitions.
This is a missing part of #92472.
Fixes #95569
r? @Aaron1011