about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm_util.rs
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-04-24 08:12:56 +0200
committerGitHub <noreply@github.com>2025-04-24 08:12:56 +0200
commitfdaa91a0d7a1339187a80bc837770f4851d99e39 (patch)
tree4f666980fdd90041e74279014c852ab456836bbd /compiler/rustc_codegen_llvm/src/llvm_util.rs
parentc02a4f0852e6665cf3df3867982021383f5615df (diff)
parentac34a6fcd5229f1308e74c8a84a38dc4a27cee4b (diff)
downloadrust-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