mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
790a716420
Note scope of TAIT more accurately This maybe explains why the person was confused in #101897, since we say "same module" but really should've said "same impl". r? ``@oli-obk``
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.