Vendor dependencies
Let's see how I like this workflow.
This commit is contained in:
parent
34d1830413
commit
9c435dc440
7500 changed files with 1665121 additions and 99 deletions
11
vendor/cxx/tests/ui/async_fn.stderr
vendored
Normal file
11
vendor/cxx/tests/ui/async_fn.stderr
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
error: 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
|
||||
--> tests/ui/async_fn.rs:4:9
|
||||
|
|
||||
4 | async fn f();
|
||||
| ^^^^^^^^^^^^^
|
||||
|
||||
error: 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
|
||||
--> tests/ui/async_fn.rs:8:9
|
||||
|
|
||||
8 | async fn g();
|
||||
| ^^^^^^^^^^^^^
|
||||
Loading…
Add table
Add a link
Reference in a new issue