mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
6c25c3c381
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.