You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/type-checking.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
# Type checking
2
2
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].
0 commit comments