-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Only capture tokens for items with outer attributes #72585
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors try @rust-timer queue |
Awaiting bors try build completion |
⌛ Trying commit ac55d4ba1e26fecbd103e5faf949c92cc72e0f14 with merge dcffa690dddd8e255c2b61a282371cfe7e1d1573... |
This comment has been minimized.
This comment has been minimized.
☀️ Try build successful - checks-azure |
Queued dcffa690dddd8e255c2b61a282371cfe7e1d1573 with parent a0f06d1, future comparison URL. |
Finished benchmarking try commit dcffa690dddd8e255c2b61a282371cfe7e1d1573, comparison URL. |
ac55d4b
to
4e2696f
Compare
@bors r+ |
📌 Commit 4e2696f has been approved by |
…r=petrochenkov Only capture tokens for items with outer attributes Suggested by @petrochenkov in rust-lang#43081 (comment)
Rollup of 9 pull requests Successful merges: - rust-lang#72299 (more `LocalDefId`s) - rust-lang#72368 (Resolve overflow behavior for RangeFrom) - rust-lang#72441 (Fix ICE with explicit late-bound lifetimes) - rust-lang#72499 (Override Box::<[T]>::clone_from) - rust-lang#72521 (Properly handle InlineAsmOperand::SymFn when collecting monomorphized items) - rust-lang#72540 (mir: adjust conditional in recursion limit check) - rust-lang#72563 (multiple Return terminators are possible) - rust-lang#72585 (Only capture tokens for items with outer attributes) - rust-lang#72607 (Eagerly lower asm sub-expressions to HIR even if there is an error) Failed merges: r? @ghost
Suggested by @petrochenkov in #43081 (comment)