Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2026-02-21 16:54:52 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/test/cases/compile_errors/async
History
Veikka Tuominen 423d7a74a4 move async compile errors into their own folder
2022-12-14 14:05:57 +02:00
..
async_function_depends_on_its_own_frame.zig
…
async_function_indirectly_depends_on_its_own_frame.zig
…
bad_alignment_in_asynccall.zig
…
const_frame_cast_to_anyframe.zig
…
exported_async_function.zig
…
frame_called_outside_of_function_definition.zig
…
frame_causes_function_to_be_async.zig
…
Frame_of_generic_function.zig
…
function_with_ccc_indirectly_calling_async_function.zig
…
indirect_recursion_of_async_functions_detected.zig
…
invalid_suspend_in_exported_function.zig
…
non_async_function_pointer_passed_to_asyncCall.zig
…
non-async_function_pointer_eventually_is_inferred_to_become_async.zig
…
prevent_bad_implicit_casting_of_anyframe_types.zig
…
returning_error_from_void_async_function.zig
…
runtime-known_async_function_called.zig
…
runtime-known_function_called_with_async_keyword.zig
…
wrong_frame_type_used_for_async_call.zig
…
wrong_type_for_argument_tuple_to_asyncCall.zig
…
wrong_type_for_result_ptr_to_asyncCall.zig
…