Skip to content

Commit 042c49c

Browse files
committed
rustc_typeck exists no more
1 parent 7d3c1c8 commit 042c49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/type-checking.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Type checking
22

3-
The [`rustc_typeck`][typeck] crate contains the source for "type collection"
3+
The [`hir_analysis`] crate contains the source for "type collection"
44
and "type checking", as well as a few other bits of related functionality. (It
55
draws heavily on the [type inference] and [trait solving].)
66

7-
[typeck]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir_analysis/index.html
7+
[`hir_analysis`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir_analysis/index.html
88
[type inference]: ./type-inference.md
99
[trait solving]: ./traits/resolution.md
1010

0 commit comments

Comments
 (0)