We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf8e16 commit 227acffCopy full SHA for 227acff
src/overview.md
@@ -70,7 +70,7 @@ we'll talk about that later.
70
AST. This involves a lot of desugaring of things like loops and `async fn`.
71
- We use the HIR to do [type inference] (the process of automatic
72
detection of the type of an expression), [trait solving] (the process
73
- of pairing up an impl with each reference to a trait) and [type
+ of pairing up an impl with each reference to a trait), and [type
74
checking] (the process of converting the types found in the HIR
75
(`hir::Ty`), which represent the syntactic things that the user wrote,
76
into the internal representation used by the compiler (`Ty<'tcx>`)).
0 commit comments