diff options
| author | Tadeo Kondrak <me@tadeo.ca> | 2020-09-23 11:49:44 -0600 |
|---|---|---|
| committer | Tadeo Kondrak <me@tadeo.ca> | 2020-10-01 17:59:42 -0600 |
| commit | 97ab720d84ac6af5174ed93f371fedfa2331445d (patch) | |
| tree | 45873c843a24f1709e3c5eb401fd6d711e593307 /lib/std | |
| parent | 0228887b943dd7e70f7c5cc56e3993769342abf2 (diff) | |
| download | zig-97ab720d84ac6af5174ed93f371fedfa2331445d.tar.gz zig-97ab720d84ac6af5174ed93f371fedfa2331445d.zip | |
stage1: Add alignment to TypeInfo.Fn
Diffstat (limited to 'lib/std')
| -rw-r--r-- | lib/std/builtin.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/builtin.zig b/lib/std/builtin.zig index d80d0e88fe..34452bee09 100644 --- a/lib/std/builtin.zig +++ b/lib/std/builtin.zig @@ -343,6 +343,7 @@ pub const TypeInfo = union(enum) { /// therefore must be kept in sync with the compiler implementation. pub const Fn = struct { calling_convention: CallingConvention, + alignment: u29, is_generic: bool, is_var_args: bool, return_type: ?type, |
