-
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
More proc macro tweaks #97445
More proc macro tweaks #97445
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
The first 12 commits are duplicates from #97004. Once it merges I will rebase and they will disappear. |
static COUNTERS: HandleCounters = HandleCounters { | ||
$($oty: AtomicUsize::new(1),)* | ||
$($ity: AtomicUsize::new(1),)* | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
☔ The latest upstream changes (presumably #97004) made this pull request unmergeable. Please resolve the merge conflicts. |
5999b03
to
6a30c8e
Compare
☔ The latest upstream changes (presumably #97461) made this pull request unmergeable. Please resolve the merge conflicts. |
It has a single callsite.
This fixes two `FIXME` comments, and makes things clearer, by not having server code in `client.rs`.
This simplifies things considerably.
6a30c8e
to
a59bb6d
Compare
☔ The latest upstream changes (presumably #98186) made this pull request unmergeable. Please resolve the merge conflicts. |
ping from triage: FYI: when a PR is ready for review, send a message containing @rustbot author |
This is blocked waiting on #98223 to be merged. (The author of that PR is the same as the reviewer for this PR.) |
I'm closing this. The first commit is now irrelevant, I've ported the second to #121835, and the third is dubious. |
A follow-up to #97004.
r? @eddyb