Files
rust/library/coretests/tests
Matthias Krüger fdaa91a0d7 Rollup merge of #134446 - tgross35:stabilize-cell_update, r=jhpratt
Stabilize the `cell_update` feature

Included API:

```rust
impl<T: Copy> Cell<T> {
    pub fn update(&self, f: impl FnOnce(T) -> T);
}
```

FCP completed once at https://github.com/rust-lang/rust/issues/50186#issuecomment-2198783432 but the signature has since changed.

Closes: https://github.com/rust-lang/rust/issues/50186
2025-04-24 08:12:56 +02:00
..
2025-02-13 13:10:21 -08:00
2025-02-11 18:42:19 -08:00
2025-04-15 11:14:21 +02:00
2025-03-28 10:18:04 +01:00
2025-04-11 10:49:33 +00:00