rust/src/test/ui/const-generics/mut-ref-const-param-array.stderr
2020-04-11 16:15:24 +02:00

11 lines
292 B
Plaintext

warning: the feature `const_generics` is incomplete and may cause the compiler to crash
--> $DIR/mut-ref-const-param-array.rs:3:12
|
LL | #![feature(const_generics)]
| ^^^^^^^^^^^^^^
|
= note: `#[warn(incomplete_features)]` on by default
warning: 1 warning emitted