| author | |
| committer | |
| log | 860d88037a0ede87bc192786a8b5f5cce715a529 |
| tree | 31622237cceb7cb558c61ecdc4448a97e3a85e63 |
| parent | 34ae1d9aa8aa7b5ad7371a7df3e3ffa5a54df1d4 |
1 files changed, 5 insertions(+), 2 deletions(-)
doc/langref.html.in+5-2| ... | @@ -8390,13 +8390,16 @@ pub const TypeId = enum { | ... | @@ -8390,13 +8390,16 @@ pub const TypeId = enum { |
| 8390 | Null, | 8390 | Null, |
| 8391 | Optional, | 8391 | Optional, |
| 8392 | ErrorUnion, | 8392 | ErrorUnion, |
| 8393 | Error, | 8393 | ErrorSet, |
| 8394 | Enum, | 8394 | Enum, |
| 8395 | Union, | 8395 | Union, |
| 8396 | Fn, | 8396 | Fn, |
| 8397 | Block, | ||
| 8398 | BoundFn, | 8397 | BoundFn, |
| 8399 | Opaque, | 8398 | Opaque, |
| 8399 | Frame, | ||
| 8400 | AnyFrame, | ||
| 8401 | Vector, | ||
| 8402 | EnumLiteral, | ||
| 8400 | }; | 8403 | }; |
| 8401 | {#code_end#} | 8404 | {#code_end#} |
| 8402 | {#header_close#} | 8405 | {#header_close#} |