aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/error_set_decl_literal.zig
AgeCommit message (Collapse)Author
2025-11-22all: replace all `@Type` usagesAli Cheraghi
Co-authored-by: Matthew Lugg <mlugg@mlugg.co.uk>
2024-11-29compiler: use `@Type` instead of `@TypeOf` to print enum literal typemlugg
2024-09-12Sema: perform requested coercion when decl literal demoted to enum literalmlugg
Resolves: #21392