1
Fork 0

fixed feature gate stderr

This commit is contained in:
Jake Vossen 2021-01-05 00:02:39 -07:00
parent f37e737535
commit 65f7dba622

View file

@ -5,7 +5,7 @@ LL | fn foo<const X: ()>() {}
| ^^ | ^^
| |
= note: the only supported types are integers, `bool` and `char` = 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 error: aborting due to previous error