about summary refs log tree commit diff
path: root/src/test/ui/const-generics/transmute-const-param-static-reference.min.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/const-generics/transmute-const-param-static-reference.min.stderr')
-rw-r--r--src/test/ui/const-generics/transmute-const-param-static-reference.min.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/const-generics/transmute-const-param-static-reference.min.stderr b/src/test/ui/const-generics/transmute-const-param-static-reference.min.stderr
index f735be9c24e..14af8d77a5f 100644
--- a/src/test/ui/const-generics/transmute-const-param-static-reference.min.stderr
+++ b/src/test/ui/const-generics/transmute-const-param-static-reference.min.stderr
@@ -5,7 +5,7 @@ LL | struct Const<const P: &'static ()>;
    |                       ^^^^^^^^^^^
    |
    = 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