mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 23:55:31 +00:00
2229: Handle MutBorrow/UniqueImmBorrow better We only want to use UniqueImmBorrow when the capture place is truncated and we drop Deref of a MutRef. r? `@nikomatsakis` Fixes: https://github.com/rust-lang/project-rfc-2229/issues/56
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.