diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2025-01-21 20:51:56 -0500 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2025-01-22 03:44:13 -0500 |
| commit | d4b6a53327352dc239644dab0ec2abbe3a1b1be9 (patch) | |
| tree | 80135ba47ac387e8b1c51fc6b1b8cdfb42227267 /test/cases/compile_errors/coerce_anon_struct.zig | |
| parent | 9b7b240c8e4757bf0119db70da30722aa97fd6ae (diff) | |
| download | zig-d4b6a53327352dc239644dab0ec2abbe3a1b1be9.tar.gz zig-d4b6a53327352dc239644dab0ec2abbe3a1b1be9.zip | |
x86_64: implement error return traces
Diffstat (limited to 'test/cases/compile_errors/coerce_anon_struct.zig')
| -rw-r--r-- | test/cases/compile_errors/coerce_anon_struct.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cases/compile_errors/coerce_anon_struct.zig b/test/cases/compile_errors/coerce_anon_struct.zig index f56591932d..c25cf0bea8 100644 --- a/test/cases/compile_errors/coerce_anon_struct.zig +++ b/test/cases/compile_errors/coerce_anon_struct.zig @@ -6,6 +6,6 @@ export fn foo() void { // error // -// :4:16: error: expected type 'tmp.T', found 'tmp.foo__struct_158' +// :4:16: error: expected type 'tmp.T', found 'tmp.foo__struct_434' // :3:16: note: struct declared here // :1:11: note: struct declared here |
