what is unstable_features lol

This commit is contained in:
Boxy 2022-12-12 14:41:34 +00:00
parent dd19656df3
commit 5573485354

View File

@ -1,5 +1,5 @@
#![allow(incomplete_features, unstable_features)]
#![feature(generic_const_exprs)]
#![allow(incomplete_features)]
struct Combination<const STRATEGIES: usize>;