2019-05-03 14:42:38 +01:00
|
|
|
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)]
|
|
|
|
|
| ^^^^^^^^^^^^^^
|
2019-07-29 02:01:57 +02:00
|
|
|
|
|
|
|
|
|
= note: `#[warn(incomplete_features)]` on by default
|
2019-05-03 14:42:38 +01:00
|
|
|
|