zig/test/cases/compile_errors/async
Andrew Kelley 40d11cc25a remove async and await keywords
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.
2025-07-07 13:39:16 -07:00
..
bad_alignment_in_asynccall.zig Remove uses of deprecated callconv aliases 2025-03-05 03:01:43 +00:00
exported_async_function.zig Remove uses of deprecated callconv aliases 2025-03-05 03:01:43 +00:00
frame_called_outside_of_function_definition.zig move async compile errors into their own folder 2022-12-14 14:05:57 +02:00
frame_causes_function_to_be_async.zig move async compile errors into their own folder 2022-12-14 14:05:57 +02:00
Frame_of_generic_function.zig test: update cases to silence 'var is never mutated' errors 2023-11-19 09:56:51 +00:00
non-async_function_pointer_eventually_is_inferred_to_become_async.zig move async compile errors into their own folder 2022-12-14 14:05:57 +02:00
non_async_function_pointer_passed_to_asyncCall.zig test: update cases to silence 'var is never mutated' errors 2023-11-19 09:56:51 +00:00
prevent_bad_implicit_casting_of_anyframe_types.zig test: update cases to silence 'var is never mutated' errors 2023-11-19 09:56:51 +00:00
wrong_type_for_argument_tuple_to_asyncCall.zig move async compile errors into their own folder 2022-12-14 14:05:57 +02:00