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
74
74
figure out what the ` ty::Ty ` of everything is and we also check if the type of something is
75
75
ambiguous. The ` ty::Ty ` is then used for type checking while making sure everything has the
76
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
77
+ ` rustc_hir::Ty ` into a ` ty::Ty ` is located. The main routine used is ` ast_ty_to_ty ` . This occurs
78
78
during the type-checking phase, but also in other parts of the compiler that want to ask
79
79
questions like "what argument types does this function expect?"
80
80
You can’t perform that action at this time.
0 commit comments