-
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
Introduce into_raw_non_null on Rc and Arc #57934
Conversation
This comment has been minimized.
This comment has been minimized.
Thanks for this! On |
I assumed the "raw" in Box's version is because it already had an |
Nah yeah I think we'll want to prioritize consistency across pointer types, and I think that |
e4edfa4
to
f88f4dd
Compare
I'm blind: I'm using All done! |
f88f4dd
to
d968af9
Compare
As one final nit, could the tracking issue be pointed to the same one as for Box? |
d968af9
to
5b76913
Compare
Sure! |
5b76913
to
1e57726
Compare
@bors: r+ |
📌 Commit 1e57726 has been approved by |
@bors rollup |
…alexcrichton Introduce into_raw_non_null on Rc and Arc None
…alexcrichton Introduce into_raw_non_null on Rc and Arc None
…alexcrichton Introduce into_raw_non_null on Rc and Arc None
…alexcrichton Introduce into_raw_non_null on Rc and Arc None
…alexcrichton Introduce into_raw_non_null on Rc and Arc None
Rollup of 12 pull requests Successful merges: - #57008 (suggest `|` when `,` founds in invalid match value) - #57106 (Mark str::trim.* functions as #[must_use].) - #57920 (use `SOURCE_DATE_EPOCH` for man page time if set) - #57934 (Introduce into_raw_non_null on Rc and Arc) - #57971 (SGX target: improve panic & exit handling) - #57980 (Add the edition guide to the bookshelf) - #57984 (Improve bug message in check_ty) - #57999 (Add MOVBE x86 CPU feature) - #58000 (Fixes and cleanups) - #58005 (update docs for fix_start/end_matches) - #58007 (Don't panic when accessing enum variant ctor using `Self` in match) - #58008 (Pass correct arguments to places_conflict) Failed merges: r? @ghost
No description provided.