about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/async_closures.rs
AgeCommit message (Expand)AuthorLines
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-1/+1
2024-12-13Stabilize async closuresMichael Goulet-4/+0
2024-09-14docs: Enable required feature for 'closure_returning_async_block' lintFayti1703-0/+1
2024-06-28Make it into a structured suggestion, maybe-incorrectMichael Goulet-2/+21
2024-06-28Basic lint detecting closure-returning-async-blockMichael Goulet-0/+110