-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Hash DefId in rustc_span. #86180
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
Hash DefId in rustc_span. #86180
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 4690c4e5acfdc04f0393dff3a3a89ad03779b563 with merge dd1f2ebeae2c9a3f58ba84a82114e3a881cd8a5c... |
☀️ Try build successful - checks-actions |
Queued dd1f2ebeae2c9a3f58ba84a82114e3a881cd8a5c with parent c5fbcd3, future comparison URL. |
Finished benchmarking try commit (dd1f2ebeae2c9a3f58ba84a82114e3a881cd8a5c): 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 |
#86180 (comment) looks like a very minor but pretty consistent regression. (Their default implementation may go through full UPD: |
@bors r+ |
📌 Commit 72e9589 has been approved by |
☀️ Test successful - checks-actions |
This is mostly just moving code around. Changes are simplifications of unneeded callbacks from rustc_span to rustc_middle.
r? @petrochenkov