blob: b3e4fef08c20ecd1b36cd8a37ee3f9a94216b84a (
plain)
1
2
3
4
5
6
7
8
|
warning: the feature `const_generics` is incomplete and may cause the compiler to crash
--> $DIR/generic_params.rs:6:37
|
LL | #![feature(decl_macro, rustc_attrs, const_generics)]
| ^^^^^^^^^^^^^^
|
= note: `#[warn(incomplete_features)]` on by default
|