mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Also remove `@frameSize`, closing #3654. While the other machinery might remain depending on #23446, it is settled that there will not be `async`/ `await` keywords in the language. |
||
|---|---|---|
| .. | ||
| bad_alignment_in_asynccall.zig | ||
| exported_async_function.zig | ||
| frame_called_outside_of_function_definition.zig | ||
| frame_causes_function_to_be_async.zig | ||
| Frame_of_generic_function.zig | ||
| non-async_function_pointer_eventually_is_inferred_to_become_async.zig | ||
| non_async_function_pointer_passed_to_asyncCall.zig | ||
| prevent_bad_implicit_casting_of_anyframe_types.zig | ||
| wrong_type_for_argument_tuple_to_asyncCall.zig | ||