1error: async function is not directly supported yet, but see https://cxx.rs/async.html for a working approach, and https://github.com/pcwalton/cxx-async for some helpers; eventually what you wrote will work but it isn't integrated into the cxx::bridge macro yet
2 --> tests/ui/async_fn.rs:4:9
3  |
44 |         async fn f();
5  |         ^^^^^^^^^^^^^
6
7error: async function is not directly supported yet, but see https://cxx.rs/async.html for a working approach, and https://github.com/pcwalton/cxx-async for some helpers; eventually what you wrote will work but it isn't integrated into the cxx::bridge macro yet
8 --> tests/ui/async_fn.rs:8:9
9  |
108 |         async fn g();
11  |         ^^^^^^^^^^^^^
12