mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-27 19:56:05 +00:00
Fixes #4226 This introduces the lint await_holding_lock. For async functions, we iterate over all types in generator_interior_types and look for types named MutexGuard, RwLockReadGuard, or RwLockWriteGuard. If we find one then we emit a lint.