-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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 5 pull requests #91573
Rollup of 5 pull requests #91573
Conversation
This makes the m68k arch match the other GNU/Linux based targets.
This will make 'lld' available locally now, instead of needing to wait for the next LLVM submodule bump.
Fix ICE in `check_must_not_suspend_ty()` Fixes rust-lang#91334. I have also used `TyS::tuple_fields()` (instead of the `SubstsRef` directly) to get the tuple fields, because that's what [the documentation](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/enum.TyKind.html#variant.Tuple) says, although it doesn't seem to make a difference in practice (this is not what fixed the ICE).
…, r=jsha Simplify --no-headless option for rustdoc-gui tester It adds a message stating the change for the concurrency and also remove the extra condition when running the tests. r? `@camelid`
compiler/rustc_target: make m68k-unknown-linux-gnu use the gnu base This makes the m68k arch match the other GNU/Linux based targets by setting the environment to gnu.
Update doc about code block edition attributes
…imulacrum Bump download-ci-llvm-stamp for LLD inclusion This will make 'lld' available locally now, instead of needing to wait for the next LLVM submodule bump.
@bors r+ rollup=never p=5 |
📌 Commit d056cbf has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (09d8a50): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Successful merges:
check_must_not_suspend_ty()
#91367 (Fix ICE incheck_must_not_suspend_ty()
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup