Added a lot of min_const_generics revisions

This commit is contained in:
Amjad Alsharafi 2020-08-26 18:22:55 +08:00
parent bf4342114e
commit d39cc45cf2
73 changed files with 575 additions and 236 deletions

View file

@ -1,7 +1,8 @@
// run-pass
#![feature(const_generics)]
//~^ WARN the feature `const_generics` is incomplete
// revisions: full min
#![cfg_attr(full, feature(const_generics))]
#![cfg_attr(full, allow(incomplete_features))]
#![cfg_attr(min, feature(min_const_generics))]
#![allow(dead_code)]