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