-
Notifications
You must be signed in to change notification settings - Fork 293
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
Rust 1.82.0 announcement post: Fix incorrect listed implementing type for inherent implementation containing newly stabilized std::rc::Rc::assume_init #1416
Conversation
… for inherent implementation containing newly stabilized std::rc::Rc::assume_init
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cuviper Do you concur?
Yes, and |
Oh, |
I've submitted this in rust-lang/rust#132040 |
relnotes: fix stabilizations of `assume_init` Ref: rust-lang/blog.rust-lang.org#1416
relnotes: fix stabilizations of `assume_init` Ref: rust-lang/blog.rust-lang.org#1416
Rollup merge of rust-lang#132040 - cuviper:assume_init-1.82, r=dtolnay relnotes: fix stabilizations of `assume_init` Ref: rust-lang/blog.rust-lang.org#1416
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I went ahead and pushed the change for the other two types.
it’s not on
Rc<T>
Rendered