about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis
diff options
context:
space:
mode:
authorJubilee <workingjubilee@gmail.com>2024-08-28 19:12:54 -0700
committerGitHub <noreply@github.com>2024-08-28 19:12:54 -0700
commit9ddb45e81afa405ceb11f34f6276332ce8d0ef55 (patch)
treec42b238f7d1781ecb37ae82afbb77cd39a28d4ef /compiler/rustc_pattern_analysis
parent44519a371b1eebde7ee00dc654d47fd66e6f9e0f (diff)
parentc11d46f045815a346533f36914876a5c01a9f658 (diff)
downloadrust-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')
0 files changed, 0 insertions, 0 deletions