-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 3 pull requests #91320
Rollup of 3 pull requests #91320
Conversation
Fixes the ICE in rust-lang#88586.
…asper Perform Sync check on static items in wf-check instead of during const checks r? `@RalfJung` This check is solely happening on the signature of the static item and not on its body, therefor it belongs into wf-checking instead of const checking.
Fix ICE when lowering `trait A where for<'a> Self: 'a` Fixes rust-lang#88586. r? `@jackh726` Jack, this fix is much smaller in scope than what I think you were proposing in the issue. Let me know if you had a vision for a larger refactor here. cc `@JohnTitor`
Change output path to {{build-base}} for rustdoc scrape_examples ui test See rust-lang#90611 (comment) r? `@jyn514` cc `@petrochenkov`
@bors r+ rollup=never p=3 |
📌 Commit a7639b6 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (db9d361): comparison url. Summary: This change led to large relevant improvements 🎉 in compiler performance.
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Successful merges:
trait A where for<'a> Self: 'a
#91308 (Fix ICE when loweringtrait A where for<'a> Self: 'a
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup