mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-16 04:34:02 +00:00
We don't do member constraint checks in regionck anymore. All member constraint checks are done in mir borrowck.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.