-
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
Update cargo #111890
Update cargo #111890
Conversation
Some changes occurred in src/tools/cargo cc @ehuss |
Looks like only rust-lang/cargo#12165 interacting with rustc and it should have no potential breakage. @bors r+ rollup=never |
☀️ Test successful - checks-actions |
Finished benchmarking commit (edbd5c5): 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)ResultsThis 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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeResultsThis 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.
Bootstrap: 646.95s -> 647.241s (0.04%) |
10 commits in 09276c703a473ab33daaeb94917232e80eefd628..64fb38c97ac4d3a327fc9032c862dd28c8833b17
2023-05-16 21:43:35 +0000 to 2023-05-23 18:53:23 +0000
lints
feature (feat:lints
feature cargo#12148)-C debuginfo
after weakening if explicitly set (fix: pass-C debuginfo
after weakening if explicitly set cargo#12165)Source
and friends (docs(source): doc comments forSource
and friends cargo#12153)r? @ghost