feature(const_param_types) -> feature(adt_const_params)

This commit is contained in:
lcnr
2021-08-30 10:59:53 +02:00
parent 4747cbb3bb
commit 87e781799a
77 changed files with 108 additions and 108 deletions

View File

@@ -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_param_types)]`
= help: more complex types are supported with `#![feature(adt_const_params)]`
error: aborting due to previous error