rust/compiler/rustc_hir_analysis/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
249 B
Markdown
Raw Normal View History

For high-level intro to how type checking works in rustc, see the
2020-03-05 21:07:42 +00:00
[type checking] chapter of the [rustc dev guide].
[type checking]: https://rustc-dev-guide.rust-lang.org/type-checking.html
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/