Skip to content

expand: Do not count metavar declarations on RHS of macro_rules #95531

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

Merged
merged 1 commit into from
Apr 1, 2022

Conversation

petrochenkov
Copy link
Contributor

They are 0 by definition there.

Addresses #95425 (comment)
r? @nnethercote

@rustbot rustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Mar 31, 2022
@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 31, 2022
@nnethercote
Copy link
Contributor

Lovely, thank you.

@bors r+

@bors
Copy link
Collaborator

bors commented Mar 31, 2022

📌 Commit 9ab4f73 has been approved by nnethercote

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 31, 2022
@nnethercote
Copy link
Contributor

@bors rollup=always

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Mar 31, 2022
expand: Do not count metavar declarations on RHS of `macro_rules`

They are 0 by definition there.

Addresses rust-lang#95425 (comment)
r? `@nnethercote`
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Apr 1, 2022
expand: Do not count metavar declarations on RHS of `macro_rules`

They are 0 by definition there.

Addresses rust-lang#95425 (comment)
r? ``@nnethercote``
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 1, 2022
…askrgr

Rollup of 6 pull requests

Successful merges:

 - rust-lang#95475 (rustdoc: Only show associated consts from inherent impls in sidebar)
 - rust-lang#95516 (ptr_metadata test: avoid ptr-to-int transmutes)
 - rust-lang#95528 (skip slow int_log tests in Miri)
 - rust-lang#95531 (expand: Do not count metavar declarations on RHS of `macro_rules`)
 - rust-lang#95532 (make utf8_char_counts test faster in Miri)
 - rust-lang#95546 (add notes about alignment-altering reallocations to Allocator docs)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit f37bca4 into rust-lang:master Apr 1, 2022
@rustbot rustbot added this to the 1.61.0 milestone Apr 1, 2022
@petrochenkov petrochenkov deleted the metacount branch February 22, 2025 18:43
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants