aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/align_zero.zig
AgeCommit message (Collapse)Author
2025-11-22all: replace all `@Type` usagesAli Cheraghi
Co-authored-by: Matthew Lugg <mlugg@mlugg.co.uk>
2025-08-01remove usages of `.alignment = 0`David Rubin
2025-08-01Sema: compile error on reifying align(0) struct fieldsDavid Rubin
2024-11-23compiler: Disallow align(0) everywhere in the language.Alex Rønne Petersen
Thus leaving the design space for this alignment value open, e.g. for packing.