| warning: the feature `min_generic_const_args` is incomplete and may not be safe to use and/or cause compiler crashes |
| --> $DIR/type-const-in-array-len.rs:3:12 |
| | |
| LL | #![feature(min_generic_const_args)] |
| | ^^^^^^^^^^^^^^^^^^^^^^ |
| | |
| = note: see issue #132980 <https://github.com/rust-lang/rust/issues/132980> for more information |
| = note: `#[warn(incomplete_features)]` on by default |
| |
| warning: the feature `inherent_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes |
| --> $DIR/type-const-in-array-len.rs:5:12 |
| | |
| LL | #![feature(inherent_associated_types)] |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
| | |
| = note: see issue #8995 <https://github.com/rust-lang/rust/issues/8995> for more information |
| |
| warning: 2 warnings emitted |
| |