diff options
Diffstat (limited to 'src/test/ui/const-generics/std/const-generics-range.rs')
| -rw-r--r-- | src/test/ui/const-generics/std/const-generics-range.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/const-generics/std/const-generics-range.rs b/src/test/ui/const-generics/std/const-generics-range.rs index deaab830e91..21e0bb48cd8 100644 --- a/src/test/ui/const-generics/std/const-generics-range.rs +++ b/src/test/ui/const-generics/std/const-generics-range.rs @@ -1,6 +1,6 @@ // [full] check-pass // revisions: full min -#![cfg_attr(full, feature(const_generics))] +#![cfg_attr(full, feature(const_param_types))] #![cfg_attr(full, allow(incomplete_features))] // `Range` should be usable within const generics: |
