mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
90227c10f7
Add details about how significant drop in match scrutinees can cause deadlocks Adds more details about how a significant drop in a match scrutinee can cause a deadlock and include link to documentation. changelog: Add more details to significant drop lint to explicitly show how temporaries in match scrutinees can cause deadlocks.