mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
a800d7f63f
Improve Debug implementations of Mutex and RwLock. This improves the Debug implementations of Mutex and RwLock. They now show the poison flag and use debug_non_exhaustive. (See #67364.)