diff --git a/doc/langref.html.in b/doc/langref.html.in index f91a0867a6..fec06462c0 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -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#}