-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 7 pull requests #103026
Rollup of 7 pull requests #103026
Conversation
If we fail to locate a native library that we are linking with, it could be the case the user entered a complete file name like `foo.lib` or `libfoo.a` when we expect them to simply provide `foo`. In this situation, we now detect that case and suggest the user only provide the library name itself.
…piler-errors Add suggestion to the "missing native library" error If we fail to locate a native library that we are linking with, it could be the case the user entered a complete file name like `foo.lib` or `libfoo.a` when we expect them to simply provide `foo`. In this situation, we now detect that case and suggest the user only provide the library name itself.
…ler-errors rustdoc: don't ICE on `TyKind::Typeof` Fixes rust-lang#102986 I'm not sure why rustdoc started seeing `TyKind::Typeof` all of a sudden (the code being editted was last touched 3 months ago), probably something to do with error recovery? idk.
…li-obk replace ReErased with fresh region vars in opaque types See inline comments. Prior art rust-lang#102943. cc ``@compiler-errors`` ``@oli-obk`` Fixes rust-lang#100267 Fixes rust-lang#101940 Fixes rust-lang#102649 Fixes rust-lang#102510
…ui-test, r=notriddle Improve rustdoc `unsafe-fn` GUI test r? ``@notriddle``
Add new bootstrap entrypoints to triagebot They haven't been added yet, as seen in rust-lang#103007. r? ``@jyn514``
Ensure enum cast moves Fix rust-lang#102389 r? ``@pnkfelix``
…=Amanieu Add links to relevant pages to find constraint information I think it can be quite helpful to find this information more quickly. r? `@Amanieu`
@bors r+ rollup=never p=7 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 60bd3f9677 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (edabf59): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @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.
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 |
@rustbot label: +perf-regression-triaged |
Successful merges:
TyKind::Typeof
#103006 (rustdoc: don't ICE onTyKind::Typeof
)unsafe-fn
GUI test #103011 (Improve rustdocunsafe-fn
GUI test)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup