Merged
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.
Member
Author
|
@bors r+ rollup=never p=5 |
Collaborator
|
📌 Commit d056cbf has been approved by |
Collaborator
Collaborator
|
☀️ Test successful - checks-actions |
Collaborator
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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