Skip to content

Commit

Permalink
Add revisions to const generic type-dependent UI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
hameerabbasi committed Sep 11, 2020
1 parent 9abc6bd commit 5e188f5
Showing 1 changed file with 3 additions and 2 deletions.
@@ -1,5 +1,6 @@
#![feature(const_generics)]
#![allow(incomplete_features)]
#![cfg_attr(full, feature(const_generics))]
#![cfg_attr(full, allow(incomplete_features))]
#![cfg_attr(min, feature(min_const_generics))]

pub struct Struct<const N: usize>(());

Expand Down

0 comments on commit 5e188f5

Please sign in to comment.