error: no matching function for call to 'sync_wait'
cppcoro::sync_wait([]() -> cppcoro::task<int> {
^~~~~~~~~~~~~~~~~~
.../include/cppcoro/sync_wait.hpp:18:7: note: candidate template ignored: substitution failure [with AWAITABLE = (lambda at <source>:6:24)]: no type named 'await_result_t' in 'cppcoro::awaitable_traits<(lambda at <source>:6:24) &&, void>'
auto sync_wait(AWAITABLE&& awaitable)
^
1 error generated.
https://godbolt.org/z/-bMpCN