diff options
| author | Veikka Tuominen <git@vexu.eu> | 2022-12-02 18:46:59 +0200 |
|---|---|---|
| committer | Veikka Tuominen <git@vexu.eu> | 2022-12-02 18:46:59 +0200 |
| commit | 59dad43de26a89ca72a97224a171d724dcc6ee41 (patch) | |
| tree | 63377949939557a1edf03c90be77508051d9354f /src/value.zig | |
| parent | 86e6acb37b242a60917f5552999d918c24fdf791 (diff) | |
| download | zig-59dad43de26a89ca72a97224a171d724dcc6ee41.tar.gz zig-59dad43de26a89ca72a97224a171d724dcc6ee41.zip | |
Sema: add error for failed assumption about struct having runtime bits
Diffstat (limited to 'src/value.zig')
| -rw-r--r-- | src/value.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/value.zig b/src/value.zig index be643f65a3..adff60983f 100644 --- a/src/value.zig +++ b/src/value.zig @@ -187,7 +187,7 @@ pub const Value = extern union { bound_fn, /// The ABI alignment of the payload type. lazy_align, - /// The ABI alignment of the payload type. + /// The ABI size of the payload type. lazy_size, pub const last_no_payload_tag = Tag.empty_array; |
