Add regression test for const generics ICE

Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
varkor
2019-05-30 19:55:43 +01:00
parent c28084ac16
commit 0fdd4191ad
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
warning: the feature `const_generics` is incomplete and may cause the compiler to crash
--> $DIR/const-generic-array-wrapper.rs:3:12
|
LL | #![feature(const_generics)]
| ^^^^^^^^^^^^^^