update tests

This commit is contained in:
Bastian Kauschke
2020-11-17 11:44:21 +01:00
parent 18fa7789cd
commit c4ba60a191
449 changed files with 658 additions and 950 deletions

View File

@@ -2,7 +2,6 @@
// revisions: full min
#![cfg_attr(full, feature(const_generics))]
#![cfg_attr(full, allow(incomplete_features))]
#![cfg_attr(min, feature(min_const_generics))]
struct Foo<const V: [usize; 0] > {}
//[min]~^ ERROR `[usize; 0]` is forbidden as the type of a const generic parameter