]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/const-generics/issues/issue-73491.min.stderr
Rollup merge of #99358 - compiler-errors:issue-99325, r=oli-obk
[rust.git] / src / test / ui / const-generics / issues / issue-73491.min.stderr
index c8f2e0dadc1a7cb2f9d9fdb6bd7f95668bcec8d4..f2b58e59f731fd2df847a8ad008ded45c5f946f2 100644 (file)
@@ -5,7 +5,7 @@ LL | fn hoge<const IN: [u32; LEN]>() {}
    |                   ^^^^^^^^^^
    |
    = 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(adt_const_params)]`
 
 error: aborting due to previous error