This website requires JavaScript.
Explore
Help
Sign In
mirror
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2026-02-07 23:17:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
zig
/
test
/
cases
/
compile_errors
/
async
History
mlugg
21fa187abc
test: update cases to silence 'var is never mutated' errors
2023-11-19 09:56:51 +00: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
…