update @typeInfo docs

master
Andrew Kelley 2018-09-27 12:34:41 -04:00
parent af3263d7a8
commit cc490f0026
No known key found for this signature in database
GPG Key ID: 4E7CD66038A4D47C
1 changed files with 1 additions and 2 deletions

View File

@ -6295,7 +6295,6 @@ pub const TypeInfo = union(TypeId) {
Union: Union,
Fn: Fn,
Namespace: void,
Block: void,
BoundFn: Fn,
ArgTuple: void,
Opaque: void,
@ -6315,7 +6314,7 @@ pub const TypeInfo = union(TypeId) {
size: Size,
is_const: bool,
is_volatile: bool,
alignment: u29,
alignment: u32,
child: type,
pub const Size = enum {