summaryrefslogtreecommitdiffstats
path: root/tests/ui/dyn-star/const-and-static.stderr
blob: df8f42fb0f573eb34f4e1161cf561e49ab3e0ba4 (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/const-and-static.rs:3:12
   |
LL | #![feature(dyn_star)]
   |            ^^^^^^^^
   |
   = note: see issue #102425 <https://github.com/rust-lang/rust/issues/102425> for more information
   = note: `#[warn(incomplete_features)]` on by default

warning: 1 warning emitted