-
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
Return a FxIndexSet in is_late_bound query. #98959
Conversation
This return value is iterated upon by borrowck, hence the need to preserve a deterministic iteration order.
@bors r+ |
📌 Commit 8ff4115 has been approved by |
@bors rollup=never p=1 Fixes a P-critical issue; there might also be perf fallout. |
☀️ Test successful - checks-actions |
Finished benchmarking commit (3dcb616): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
…ulacrum [beta] backport rollup * Return a FxIndexSet in is_late_bound query. rust-lang#98959 * rustdoc: filter '_ lifetimes from ty::PolyTraitRef rust-lang#98727 * don't succeed evaluate_obligation query if new opaque types were registered rust-lang#98614 * Update llvm-project rust-lang#98567 There's a few more as-yet-unapproved/unmerged PRs that'll land later, but creating a partial rollup for now so that we can include at least some PRs in the first crater run. r? `@Mark-Simulacrum`
This return value is iterated upon by borrowck, hence the need to preserve
a deterministic iteration order.
Fixes #98890
Affects #96655
I don't know if this supersedes #98924 or fixes an unrelated bug.
r? @michaelwoerister
This may deserve a backport.