We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814f797 commit 9002924Copy full SHA for 9002924
src/ty.md
@@ -74,7 +74,7 @@ HIR is built, some basic type inference and type checking is done. During the ty
74
figure out what the `ty::Ty` of everything is and we also check if the type of something is
75
ambiguous. The `ty::Ty` is then used for type checking while making sure everything has the
76
expected type. The [`astconv` module][astconv] is where the code responsible for converting a
77
-`rustc_hir::Ty` into a `ty::Ty` is located, the main routine used is `ast_ty_to_ty`. This occurs
+`rustc_hir::Ty` into a `ty::Ty` is located. The main routine used is `ast_ty_to_ty`. This occurs
78
during the type-checking phase, but also in other parts of the compiler that want to ask
79
questions like "what argument types does this function expect?"
80
0 commit comments