Skip to content

Commit

Permalink
fixed feature gate stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevossen5 committed Jan 5, 2021
1 parent f37e737 commit 65f7dba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 65f7dba

Please sign in to comment.