fixed feature gate stderr

This commit is contained in:
Jake Vossen 2021-01-05 00:02:39 -07:00
parent f37e737535
commit 65f7dba622
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ LL | fn foo<const X: ()>() {}
| ^^
|
= 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