diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-04-24 08:12:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-24 08:12:56 +0200 |
| commit | fdaa91a0d7a1339187a80bc837770f4851d99e39 (patch) | |
| tree | 4f666980fdd90041e74279014c852ab456836bbd /compiler/rustc_codegen_llvm/src/llvm_util.rs | |
| parent | c02a4f0852e6665cf3df3867982021383f5615df (diff) | |
| parent | ac34a6fcd5229f1308e74c8a84a38dc4a27cee4b (diff) | |
| download | rust-fdaa91a0d7a1339187a80bc837770f4851d99e39.tar.gz rust-fdaa91a0d7a1339187a80bc837770f4851d99e39.zip | |
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
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
0 files changed, 0 insertions, 0 deletions
