-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 6 pull requests #91825
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 6 pull requests #91825
Conversation
On Windows, `x.py dist` command panics without proper error message if 'WIX' environment variable is not set. This patch changes `Option::unwrap()` to `Option::expect()`.
dereferencable -> dereferenceable
This commit adds autolabeling for the `T-rustdoc` label, for PRs that modify rustdoc's source code, tests, or internal tooling. This is possible now that rust-lang/triagebot#1321 has landed.
Btree: assert more API compatibility Introducing a member such as `BTreeSet::min()` would silently break compatibility if no code calls the existing `BTreeSet::min(set)`. `BTreeSet` is the only btree class silently bringing in stable members, apart from many occurrences of `#[derive(Debug)]` on iterators. r? `@Mark-Simulacrum`
…it-mut_t_is_not_an_iterator, r=Mark-Simulacrum rustdoc: Add regression test for Iterator as notable trait on &mut T Closes rust-lang#80737
…issue, r=Mark-Simulacrum bootstrap: Change unwrap() to expect() for WIX path On Windows, `x.py dist` command panics without proper error message if `WIX` environment variable is not set. This patch changes `Option::unwrap()` to `Option::expect()`.
doc: fix typo in comments `dereferencable -> dereferenceable` Fixes rust-lang#91802.
better span for unexpected normalization failure in CTFE engine No reason to use `DUMMY_SP` here.
…-Simulacrum rustbot: Add autolabeling for `T-rustdoc` This commit adds autolabeling for the `T-rustdoc` label, for PRs that modify rustdoc's source code, tests, or internal tooling. This is possible now that rust-lang/triagebot#1321 has landed.
@bors r+ rollup=never p=6 |
📌 Commit 479e189 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (a0a4c7d): 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 |
Error: Malformed Please let |
Successful merges:
T-rustdoc
#91817 (rustbot: Add autolabeling forT-rustdoc
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup