Files
rust/src/test/ui/const-generics/const-param-in-trait.stderr

9 lines
259 B
Plaintext
Raw Normal View History

2019-05-03 14:42:38 +01:00
warning: the feature `const_generics` is incomplete and may cause the compiler to crash
--> $DIR/const-param-in-trait.rs:3:12
|
LL | #![feature(const_generics)]
| ^^^^^^^^^^^^^^
|
= note: `#[warn(incomplete_features)]` on by default
2019-05-03 14:42:38 +01:00