mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 22:36:33 +00:00
Add module-level docs to rustc_middle::ty I thought it would be nice to point out `Ty` and `TyCtxt` on the module page, and link out to the [rustc-dev-guide chapter](https://rustc-dev-guide.rust-lang.org/ty.html).
For more information about how rustc works, see the rustc dev guide.