-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[stable] 1.45.2 release #74958
[stable] 1.45.2 release #74958
Conversation
|
579e51b
to
9988ec0
Compare
Note that this is currently targeting tomorrow. I think that may be a bit of a rush to get done in time though, so it may be best to delay till Monday. If I don't see an r+ from @pnkfelix or another compiler team member tonight I'll edit for that. Also added in the track caller regression fix. I've put up a blog post PR at rust-lang/blog.rust-lang.org#661 |
9988ec0
to
1811fc7
Compare
We were missing an Instance::resolve_for_fn_ptr in resolve_for_vtable. Closes rust-lang#74764.
1811fc7
to
fcd1712
Compare
@bors r+ |
📌 Commit fcd1712 has been approved by |
@bors p=100 rollup=never |
☀️ Test successful - checks-actions, checks-azure |
…Mark-Simulacrum 1.45.2 release notes (for master) cc rust-lang#74958
Confirming that applying these to 1.45.1 resolves #74954 and doesn't introduce any more problems. |
Gah I forgot to actually bump to 1.45.2 -- opened #74988 to do that. |
…imulacrum [stable] Update to 1.45.2 This just bumps the release number, which I forgot to do in the previous PR (rust-lang#74958). r? @ghost
…Mark-Simulacrum 1.45.2 release notes (for master) cc rust-lang#74958
This is intended to fix the stable breakage noted in #74954, but does not close that issue -- there remains investigation and likely nightly/beta fixes need to be issued as well.
r? @pnkfelix