Skip to content

Commit 65f7dba

Browse files
committed
fixed feature gate stderr
1 parent f37e737 commit 65f7dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/feature-gates/feature-gate-const_generics.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LL | fn foo<const X: ()>() {}
55
| ^^
66
|
77
= note: the only supported types are integers, `bool` and `char`
8-
= help: more complex types are supported with `#[feature(const_generics)]`
8+
= help: more complex types are supported with `#![feature(const_generics)]`
99

1010
error: aborting due to previous error
1111

0 commit comments

Comments
 (0)