Skip to content

Commit 757ad6d

Browse files
tshepanglcnr
andcommitted
accept review suggestion
Co-authored-by: lcnr <[email protected]>
1 parent 042c49c commit 757ad6d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/type-checking.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Type checking
22

3-
The [`hir_analysis`] crate contains the source for "type collection"
4-
and "type checking", as well as a few other bits of related functionality. (It
5-
draws heavily on the [type inference] and [trait solving].)
3+
The [`hir_analysis`] crate contains the source for "type collection" as well as a bunch of related functionality. Checking the bodies of functions is implemented in the [`hir_typeck`] crate. (It draws heavily on the [type inference] and [trait solving].)
64

75
[`hir_analysis`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir_analysis/index.html
86
[type inference]: ./type-inference.md

0 commit comments

Comments
 (0)