summary refs log tree commit diff
path: root/src/test/ui/const-generics/const-param-in-trait.stderr
blob: 6afbce67e334238c1a7f0d32f46ac67f1346062c (plain)
1
2
3
4
5
6
7
8
9
10
warning: the feature `const_generics` is incomplete and may cause the compiler to crash
  --> $DIR/const-param-in-trait.rs:3:12
   |
LL | #![feature(const_generics)]
   |            ^^^^^^^^^^^^^^
   |
   = note: `#[warn(incomplete_features)]` on by default

warning: 1 warning emitted