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

7 lines
198 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)]
| ^^^^^^^^^^^^^^