mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
11 lines
292 B
Plaintext
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
|
|
|