fixed const_generics error help

This commit is contained in:
Jake Vossen
2021-01-04 22:35:44 -07:00
parent f412fb56b8
commit f37e737535
28 changed files with 54 additions and 54 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_generics)]`
= help: more complex types are supported with `#![feature(const_generics)]`
error: aborting due to previous error