fixed feature gate stderr
This commit is contained in:
parent
f37e737535
commit
65f7dba622
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue