-
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 5 pull requests #95511
Rollup of 5 pull requests #95511
Conversation
This has been present since `builder.ensure` was first added in rust-lang#43059. It's unclear to me why it was added then - I tested these changes locally with `x test compiler/rustc_data_structures --stage 0` and they worked fine. Fixes rust-lang#51748.
Fix a minor typo from rust-lang#95241 which prevented compilation on x86_64-unknown-openbsd.
Don't build the full compiler before running unit tests This has been present since `builder.ensure` was first added in rust-lang#43059. It's unclear to me why it was added then - I tested these changes locally with `x test compiler/rustc_data_structures --stage 0` and they worked fine. Fixes rust-lang#51748.
…t, r=notriddle Fix last rustdoc-gui spurious test This should the last spurious failing GUI test from rust-lang#93784. r? ``@notriddle``
…rgemove_note, r=compiler-errors Add note to the move size diagnostic context: rust-lang#83518
…g, r=notriddle Remove unneeded `to_string` call Fixes a confusion I made when reading `@camelid's` comment [here](rust-lang#95096 (comment)). r? `@notriddle`
…, r=dtolnay Fix library/std compilation on openbsd. Fix a minor typo from rust-lang#95241 which prevented compilation on x86_64-unknown-openbsd.
@bors r+ rollup=never p=5 |
📌 Commit 0b71ca8 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (0331491): comparison url. Summary: This benchmark run did not return any relevant results. 2 results were found to be statistically significant but too small to be relevant. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Successful merges:
to_string
call #95495 (Remove unneededto_string
call)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup