-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rollup of 7 pull requests #75215
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rollup of 7 pull requests #75215
Conversation
This makes it easier to filter toolstate issues by the tool involved.
in {integer}::from_be_bytes and friends.
…matsakis compiletest: ignore-endian-big, fixes rust-lang#74829, fixes rust-lang#74885 See discussion on rust-lang#74829 I tested it on a Debian s390x machine, works well.
Add HRTB-related regression test Closes rust-lang#59311 and cc rust-lang#71546 This closes the former but the test is taken from rust-lang#71546 (comment) since it seems they have the same cause and it's simplified.
Fix typo in `librustc_feature/active.rs`
…komatsakis Label rustfmt toolstate issues with A-rustfmt This makes it easier to filter toolstate issues by the tool involved.
…, r=varkor Handle fieldless tuple structs in diagnostic code Fixes rust-lang#75062
…an-DPC Clean up E0746 explanation r? @Dylan-DPC
Note about endianness of returned value of {integer}::from_be_bytes and friends [`u32::from_be`](https://doc.rust-lang.org/nightly/src/core/num/mod.rs.html#2883-2892) documents about endianness of returned value. I was confused by endianness of `from_be_bytes` in rust-lang#75086 .
📌 Commit 15dd907 has been approved by |
#75206 will be timeout since the macOS builder seems to be re-building LLVM. |
⌛ Testing commit 15dd907 with merge 82a3c85362b6f68fdea01fe72df98fa5ba770215... |
💔 Test failed - checks-actions |
@bors retry |
⌛ Testing commit 15dd907 with merge 071e1ee9a68ef5160eb6bf32f8abcc1b3f857ad7... |
💔 Test failed - checks-actions |
Hmm, the same failure in #75206 occurs again, let the PRs go to see if it's spurious or not... |
Successful merges:
librustc_feature/active.rs
#75181 (Fix typo inlibrustc_feature/active.rs
)Failed merges:
r? @ghost