about summary refs log tree commit diff
path: root/src/test/ui/const-generics/min_const_generics/static-reference-array-const-param.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/const-generics/min_const_generics/static-reference-array-const-param.stderr')
-rw-r--r--src/test/ui/const-generics/min_const_generics/static-reference-array-const-param.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/const-generics/min_const_generics/static-reference-array-const-param.stderr b/src/test/ui/const-generics/min_const_generics/static-reference-array-const-param.stderr
index 647ef5400cb..13e1a232b3a 100644
--- a/src/test/ui/const-generics/min_const_generics/static-reference-array-const-param.stderr
+++ b/src/test/ui/const-generics/min_const_generics/static-reference-array-const-param.stderr
@@ -5,7 +5,7 @@ LL | fn a<const X: &'static [u32]>() {}
    |               ^^^^^^^^^^^^^^
    |
    = note: the only supported types are integers, `bool` and `char`
-   = help: more complex types are supported with `#![feature(const_generics)]`
+   = help: more complex types are supported with `#![feature(const_param_types)]`
 
 error: aborting due to previous error