aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/invalid_pointer_coercions.zig
AgeCommit message (Collapse)Author
2025-08-15fix: print error set members in a consistent orderWill Lillis
Co-authored-by: Matthew Lugg <mlugg@mlugg.co.uk>
2024-12-16Sema: disallow unsafe in-memory coercionsmlugg
The error messages here aren't amazing yet, but this is an improvement on status quo, because the current behavior allows false negative compile errors, so effectively miscompiles. Resolves: #15874