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 aa9bb67 commit 960ddd6Copy full SHA for 960ddd6
src/kinds.md
@@ -21,7 +21,7 @@ constructing such substitution slices.
21
22
## `Kind`
23
The actual `Kind` struct is optimised for space, storing the type, lifetime or
24
-const as an interned pointer containing a mask identifying its kind (in the
+const as an interned pointer containing a tag identifying its kind (in the
25
lowest 2 bits). Unless you are working with the `Subst` implementation
26
specifically, you should generally not have to deal with `Kind` and instead
27
make use of the safe [`UnpackedKind`](#unpackedkind) abstraction.
0 commit comments