summaryrefslogtreecommitdiffstats
path: root/src/test/ui/dyn-star/dispatch-on-pin-mut.stderr
blob: fdf74aa7efe08de048a8cec8aff22e234b9e4e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
warning: the feature `dyn_star` is incomplete and may not be safe to use and/or cause compiler crashes
  --> $DIR/dispatch-on-pin-mut.rs:5:12
   |
LL | #![feature(dyn_star)]
   |            ^^^^^^^^
   |
   = note: see issue #91611 <https://github.com/rust-lang/rust/issues/91611> for more information
   = note: `#[warn(incomplete_features)]` on by default

warning: 1 warning emitted