-
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
move hir typeck into separate crate #103310
Conversation
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
@bors rollup=never p=5 |
This comment has been minimized.
This comment has been minimized.
waiting for ci to be green |
@bors r+ |
⌛ Testing commit 8eb2b75 with merge 434cd54dd1e5180af611d0812b9ff57edac59d15... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
@bors r=compiler-errors |
⌛ Testing commit adc700b with merge 0e9efff4fa0d2f9c973e32de24e19bf2128d9287... |
💥 Test timed out |
i think that was spurious @bors retry |
☀️ Test successful - checks-actions |
Finished benchmarking commit (0940040): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Footnotes |
second part rust-lang/compiler-team#529
I avoided pretty much anything that wasn't just a simple move + path adjustment. Left fixmes for methods which are at an odd place
r? @compiler-errors