mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-08 18:31:35 +00:00
Don't fire `rust_2021_incompatible_closure_captures` in `edition = 2021` crates Fixes #101284
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.