File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ HIR is built, some basic type inference and type checking is done. During the ty
7474figure out what the ` ty::Ty ` of everything is and we also check if the type of something is
7575ambiguous. The ` ty::Ty ` is then used for type checking while making sure everything has the
7676expected 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
77+ ` rustc_hir::Ty ` into a ` ty::Ty ` is located. The main routine used is ` ast_ty_to_ty ` . This occurs
7878during the type-checking phase, but also in other parts of the compiler that want to ask
7979questions like "what argument types does this function expect?"
8080
You can’t perform that action at this time.
0 commit comments