aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/unable_to_evaluate_comptime_expr.zig
AgeCommit message (Collapse)Author
2025-11-22all: replace all `@Type` usagesAli Cheraghi
Co-authored-by: Matthew Lugg <mlugg@mlugg.co.uk>
2024-12-31cases: update to new compile error wordingsmlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
The compiler actually doesn't need any functional changes for this: Sema does reification based on the tag indices of `std.builtin.Type` already! So, no zig1.wasm update is necessary. This change is necessary to disallow name clashes between fields and decls on a type, which is a prerequisite of #9938.
2023-11-21value: update isDeclRef for anonymous declarationsBogdan Romanyuk
2023-05-31add missing note "operation is runtime due to this operand"Evin Yulo