-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Make IdFunctor::try_map_id panic-safe #91426
Conversation
This comment has been minimized.
This comment has been minimized.
403da27
to
51be4c7
Compare
This comment has been minimized.
This comment has been minimized.
squints "free(): double free detected in tcache 2" I think there's a bug here 😂 |
Aye, took me a while to spot it, but the assignment |
51be4c7
to
c471c6a
Compare
☔ The latest upstream changes (presumably #91318) made this pull request unmergeable. Please resolve the merge conflicts. |
c471c6a
to
026e155
Compare
this does look right to me, but stuff like that's scary, so if someone else from @rust-lang/compiler-contributors wants to look at this, please do ✨ if not, i am going to approve this in a few days |
026e155
to
acd39ff
Compare
@bors r+ |
📌 Commit acd39ff has been approved by |
Make IdFunctor::try_map_id panic-safe Addresses FIXME comment created in rust-lang#78313 r? `@lcnr`
Make IdFunctor::try_map_id panic-safe Addresses FIXME comment created in rust-lang#78313 r? ``@lcnr``
…askrgr Rollup of 6 pull requests Successful merges: - rust-lang#91127 (Add `<*{const|mut} T>::{to|from}_bits`) - rust-lang#91310 (Add --out-dir flag for rustdoc) - rust-lang#91373 (Add needs-unwind to tests that depend on panicking) - rust-lang#91426 (Make IdFunctor::try_map_id panic-safe) - rust-lang#91515 (Add rsplit_array variants to slices and arrays) - rust-lang#91553 (socket ancillary data implementation for dragonflybsd.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Addresses FIXME comment created in #78313
r? @lcnr