-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
[WIP] Investigate mark_used(attr)
#74952
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion |
⌛ Trying commit 5a7416d56af30cb913f0efcfc4fe7a8c950e934c with merge e1489337a11ba38720eba65fe1dd549de224ab40... |
☀️ Try build successful - checks-actions, checks-azure |
Queued e1489337a11ba38720eba65fe1dd549de224ab40 with parent 6b09c37, future comparison URL. |
Finished benchmarking try commit (e1489337a11ba38720eba65fe1dd549de224ab40): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
@bors try @rust-timer queue |
Awaiting bors try build completion |
⌛ Trying commit ecf5823911045b2beff2ea829d070fcfb205b734 with merge b514752e6643f54cbcf1fc1685e0fe4c4e6e3c4d... |
☀️ Try build successful - checks-actions, checks-azure |
Queued b514752e6643f54cbcf1fc1685e0fe4c4e6e3c4d with parent b5eae9c, future comparison URL. |
Finished benchmarking try commit (b514752e6643f54cbcf1fc1685e0fe4c4e6e3c4d): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
For consistency with `Attribute::has_name` which doesn't mark the attribute as used either. Replace all uses of `check_name` with `has_name` outside of rustc
r? @ghost