diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2025-03-11 18:24:37 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2025-03-21 21:51:08 -0400 |
| commit | c5c1c8538dc047bc7df9acd685791c4ba3e20ffb (patch) | |
| tree | ca21b8d0f19c2b3e2a5d73d1659b495e2e2a6b4c /test/cases/compile_errors/coerce_anon_struct.zig | |
| parent | ed284c1f98ae08a36a7ef0776e22a4cfb2527fee (diff) | |
| download | zig-c5c1c8538dc047bc7df9acd685791c4ba3e20ffb.tar.gz zig-c5c1c8538dc047bc7df9acd685791c4ba3e20ffb.zip | |
x86_64: rewrite wrapping multiplication
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 596f7c13ec..af8d949500 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_454' +// :4:16: error: expected type 'tmp.T', found 'tmp.foo__struct_458' // :3:16: note: struct declared here // :1:11: note: struct declared here |
