mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 11:44:28 +00:00
fixed feature gate stderr
This commit is contained in:
parent
f37e737535
commit
65f7dba622
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user