about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
diff options
context:
space:
mode:
authorChris Denton <chris@chrisdenton.dev>2025-04-28 01:58:48 +0000
committerGitHub <noreply@github.com>2025-04-28 01:58:48 +0000
commit55f93265f02da2bde836e9e382c5b3377454b806 (patch)
treeca6f84668f6ffb692ea810762d6f28b9952e3fee /compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
parent52b846dca31ae4cfc0733a3017d57b74b5418e14 (diff)
parent2ab403441f9740cb371cd1d5121daffb88f08a2d (diff)
downloadrust-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