mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 16:36:25 +00:00
Account for capture kind in auto traits migration Modifies the current auto traits migration for RFC2229 so it takes into account capture kind Closes https://github.com/rust-lang/project-rfc-2229/issues/51 r? `@nikomatsakis`
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.