Update to new opaque syntax

This commit is contained in:
Robin Voetter
2020-10-08 13:09:41 +02:00
parent b1c3de250f
commit 7a79846b1b
3 changed files with 11 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ pub const DeclarationType = union(enum) {
alias: Alias,
foreign: Foreign,
typedef: TypeInfo,
opaque,
external,
};
pub const Alias = struct {