summaryrefslogtreecommitdiffstats
path: root/vendor/cxx/tests/ui/async_fn.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/cxx/tests/ui/async_fn.stderr')
-rw-r--r--vendor/cxx/tests/ui/async_fn.stderr11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/cxx/tests/ui/async_fn.stderr b/vendor/cxx/tests/ui/async_fn.stderr
new file mode 100644
index 000000000..78108650f
--- /dev/null
+++ b/vendor/cxx/tests/ui/async_fn.stderr
@@ -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();
+ | ^^^^^^^^^^^^^