Correct TypeId docs

This commit is contained in:
data-man 2020-01-11 21:33:59 +05:00 committed by Andrew Kelley
parent 34ae1d9aa8
commit 860d88037a

View File

@ -8390,13 +8390,16 @@ pub const TypeId = enum {
Null,
Optional,
ErrorUnion,
Error,
ErrorSet,
Enum,
Union,
Fn,
Block,
BoundFn,
Opaque,
Frame,
AnyFrame,
Vector,
EnumLiteral,
};
{#code_end#}
{#header_close#}