]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/const-generics/issues/issue-73491.min.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.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