-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Stabilize the cell_update
feature
#134446
base: master
Are you sure you want to change the base?
Conversation
FCP complete at [1]. Link: rust-lang#50186 (comment) [1] Closes: rust-lang#50186
rustbot has assigned @workingjubilee. Use |
The Miri subtree was changed cc @rust-lang/miri |
There was some continued discussion on the thread after FCP started. I don't think anything changed, but I'll request libs-api take a look to double check. r? libs-api |
Should we maybe change the signature from pub fn update<F>(&self, f: F) -> T
where
F: FnOnce(T) -> T, to pub fn update(&self, f: impl FnOnce(T) -> T) -> T analogous to #135956? |
☔ The latest upstream changes (presumably #135937) made this pull request unmergeable. Please resolve the merge conflicts. |
Nominating for libs-api to:
@rustbot label +I-libs-api-nominated |
FCP finished in June at #50186 (comment) but a PR never got made. Stabilize the feature here.
Closes: #50186