Skip to content

Commit 5573485

Browse files
committed
what is unstable_features lol
1 parent dd19656 commit 5573485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/const-generics/generic_const_exprs/issue-105608.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#![allow(incomplete_features, unstable_features)]
21
#![feature(generic_const_exprs)]
2+
#![allow(incomplete_features)]
33

44
struct Combination<const STRATEGIES: usize>;
55

0 commit comments

Comments
 (0)