about summary refs log tree commit diff
path: root/tests/ui/async-await/dyn/mut-is-pointer-like.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/dyn/mut-is-pointer-like.stderr')
-rw-r--r--tests/ui/async-await/dyn/mut-is-pointer-like.stderr11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/ui/async-await/dyn/mut-is-pointer-like.stderr b/tests/ui/async-await/dyn/mut-is-pointer-like.stderr
new file mode 100644
index 00000000000..7c72ce43cf0
--- /dev/null
+++ b/tests/ui/async-await/dyn/mut-is-pointer-like.stderr
@@ -0,0 +1,11 @@
+warning: the feature `async_fn_in_dyn_trait` is incomplete and may not be safe to use and/or cause compiler crashes
+  --> $DIR/mut-is-pointer-like.rs:7:12
+   |
+LL | #![feature(async_fn_in_dyn_trait)]
+   |            ^^^^^^^^^^^^^^^^^^^^^
+   |
+   = note: see issue #133119 <https://github.com/rust-lang/rust/issues/133119> for more information
+   = note: `#[warn(incomplete_features)]` on by default
+
+warning: 1 warning emitted
+