diff options
| author | Boxy <supbscripter@gmail.com> | 2022-12-12 14:41:34 +0000 |
|---|---|---|
| committer | Boxy <supbscripter@gmail.com> | 2022-12-12 14:41:34 +0000 |
| commit | 5573485354aa618e22564f0fc332378c4ef9373a (patch) | |
| tree | ce6f8958574ec025b74b767b0f4b1af47855309f /src | |
| parent | dd19656df3d76d3733243ea83b692cacdd7512a5 (diff) | |
| download | rust-5573485354aa618e22564f0fc332378c4ef9373a.tar.gz rust-5573485354aa618e22564f0fc332378c4ef9373a.zip | |
what is `unstable_features` lol
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/const-generics/generic_const_exprs/issue-105608.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/const-generics/generic_const_exprs/issue-105608.rs b/src/test/ui/const-generics/generic_const_exprs/issue-105608.rs index 4c85abd5c1e..e28ba3b1ada 100644 --- a/src/test/ui/const-generics/generic_const_exprs/issue-105608.rs +++ b/src/test/ui/const-generics/generic_const_exprs/issue-105608.rs @@ -1,5 +1,5 @@ -#![allow(incomplete_features, unstable_features)] #![feature(generic_const_exprs)] +#![allow(incomplete_features)] struct Combination<const STRATEGIES: usize>; |
