diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2025-04-28 01:58:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-28 01:58:48 +0000 |
| commit | 55f93265f02da2bde836e9e382c5b3377454b806 (patch) | |
| tree | ca6f84668f6ffb692ea810762d6f28b9952e3fee /compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp | |
| parent | 52b846dca31ae4cfc0733a3017d57b74b5418e14 (diff) | |
| parent | 2ab403441f9740cb371cd1d5121daffb88f08a2d (diff) | |
| download | rust-55f93265f02da2bde836e9e382c5b3377454b806.tar.gz rust-55f93265f02da2bde836e9e382c5b3377454b806.zip | |
Rollup merge of #138939 - SabrinaJewson:arc-is-unique, r=tgross35
Add `Arc::is_unique`
Adds
```rs
impl<T> Arc<T> {
pub fn is_unique(this: &Self) -> bool;
}
```
Tracking issue: #138938
ACP: https://github.com/rust-lang/libs-team/issues/560
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
