diff options
| author | Jubilee <workingjubilee@gmail.com> | 2024-08-28 19:12:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-28 19:12:54 -0700 |
| commit | 9ddb45e81afa405ceb11f34f6276332ce8d0ef55 (patch) | |
| tree | c42b238f7d1781ecb37ae82afbb77cd39a28d4ef /compiler/rustc_pattern_analysis/src | |
| parent | 44519a371b1eebde7ee00dc654d47fd66e6f9e0f (diff) | |
| parent | c11d46f045815a346533f36914876a5c01a9f658 (diff) | |
| download | rust-9ddb45e81afa405ceb11f34f6276332ce8d0ef55.tar.gz rust-9ddb45e81afa405ceb11f34f6276332ce8d0ef55.zip | |
Rollup merge of #129673 - matthewpipie:arc-weak-debug-trait, r=dtolnay
Add fmt::Debug to sync::Weak<T, A> Currently, `sync::Weak<T>` implements `Debug`, but `sync::Weak<T, A>` does not. This appears to be an oversight, as `rc::Weak<T, A>` implements `Debug`. (Note: `sync::Weak` is the weak for `Arc`, and `rc::Weak` is the weak for `Rc`.) This PR adds the Debug trait for `sync::Weak<T, A>`. The issue was initially brought up here: https://github.com/rust-lang/wg-allocators/issues/131
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
0 files changed, 0 insertions, 0 deletions
