]> git.lizzy.rs Git - rust.git/blob - src/librustc_typeck/README.md
ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`.
[rust.git] / src / librustc_typeck / README.md
1 For high-level intro to how type checking works in rustc, see the
2 [type checking] chapter of the [rustc dev guide].
3
4 [type checking]: https://rustc-dev-guide.rust-lang.org/type-checking.html
5 [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/