We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8585a commit 3981656Copy full SHA for 3981656
src/ty.md
@@ -60,8 +60,8 @@ defining all of the different kinds of types in the compiler.
60
61
> N.B. inspecting the `sty` field on types during type inference can be
62
> risky, as there may be inference variables and other things to
63
-> consider, or sometimes types are not yet known that will become
64
-> known later.).
+> consider, or sometimes types are not yet known and will become
+> known later.
65
66
To allocate a new type, you can use the various `mk_` methods defined
67
on the `tcx`. These have names that correspond mostly to the various kinds
0 commit comments