We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37e737 commit 65f7dbaCopy full SHA for 65f7dba
src/test/ui/feature-gates/feature-gate-const_generics.stderr
@@ -5,7 +5,7 @@ LL | fn foo<const X: ()>() {}
5
| ^^
6
|
7
= note: the only supported types are integers, `bool` and `char`
8
- = help: more complex types are supported with `#[feature(const_generics)]`
+ = help: more complex types are supported with `#![feature(const_generics)]`
9
10
error: aborting due to previous error
11
0 commit comments