Skip to content

Commit 5ecd75a

Browse files
committed
fix review suggestion
1 parent 757ad6d commit 5ecd75a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/type-checking.md

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

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].)
3+
The [`hir_analysis`] crate contains the source for "type collection" as well
4+
as a bunch of related functionality.
5+
Checking the bodies of functions is implemented in the [`hir_typeck`] crate.
6+
These crates draw heavily on the [type inference] and [trait solving].
47

58
[`hir_analysis`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir_analysis/index.html
9+
[`hir_typeck`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir_typeck/index.html
610
[type inference]: ./type-inference.md
711
[trait solving]: ./traits/resolution.md
812

0 commit comments

Comments
 (0)