diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-09-07 17:46:59 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-09-07 17:46:59 +0000 |
| commit | 995a7c8f36dd5ee79b74f1d66dd285ea9c186eb4 (patch) | |
| tree | fafc0332d3dbc7087c673e94b441212b8cf9593f | |
| parent | 3dc79ca9c3300181c82c806bf719964cb915954a (diff) | |
| parent | f28346d0095abfd2cd6ea8dabb944ed0c4a41f46 (diff) | |
Merge pull request 'New patch file for 82' (#158) from p_struct_typeinfo into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/158
| -rw-r--r-- | patches/patches/082_anonymous_structs3.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/patches/082_anonymous_structs3.patch b/patches/patches/082_anonymous_structs3.patch index 193a65a..b918011 100644 --- a/patches/patches/082_anonymous_structs3.patch +++ b/patches/patches/082_anonymous_structs3.patch @@ -1,7 +1,7 @@ ---- exercises/082_anonymous_structs3.zig 2024-08-04 15:57:16.753494020 +0200 -+++ answers/082_anonymous_structs3.zig 2024-09-02 19:30:00.967005314 +0200 +--- exercises/082_anonymous_structs3.zig 2024-09-07 19:13:58.210327580 +0200 ++++ answers/082_anonymous_structs3.zig 2024-09-07 19:21:20.972733477 +0200 @@ -82,14 +82,14 @@ - // @typeInfo(Circle).Struct.fields + // @typeInfo(Circle).@"struct".fields // // This will be an array of StructFields. - const fields = ???; |
