about summary refs log tree commit diff
path: root/tests/ui/async-await/dyn/mut-is-pointer-like.stderr
blob: 7c72ce43cf05ac5550512b86bd8048510f4dcc83 (plain)
1
2
3
4
5
6
7
8
9
10
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