Skip to content

Commit 4ccc062

Browse files
committed
reference: fix duplicate bullet points in feature list
1 parent 2f4368b commit 4ccc062

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/doc/reference.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -2474,18 +2474,19 @@ The currently implemented features of the reference compiler are:
24742474
internally without imposing on callers
24752475
(i.e. making them behave like function calls in
24762476
terms of encapsulation).
2477-
* - `default_type_parameter_fallback` - Allows type parameter defaults to
2478-
influence type inference.
24792477

2480-
* - `stmt_expr_attributes` - Allows attributes on expressions.
2478+
* `default_type_parameter_fallback` - Allows type parameter defaults to
2479+
influence type inference.
24812480

2482-
* - `type_ascription` - Allows type ascription expressions `expr: Type`.
2481+
* `stmt_expr_attributes` - Allows attributes on expressions.
24832482

2484-
* - `abi_vectorcall` - Allows the usage of the vectorcall calling convention
2485-
(e.g. `extern "vectorcall" func fn_();`)
2483+
* `type_ascription` - Allows type ascription expressions `expr: Type`.
24862484

2487-
* - `abi_sysv64` - Allows the usage of the system V AMD64 calling convention
2488-
(e.g. `extern "sysv64" func fn_();`)
2485+
* `abi_vectorcall` - Allows the usage of the vectorcall calling convention
2486+
(e.g. `extern "vectorcall" func fn_();`)
2487+
2488+
* `abi_sysv64` - Allows the usage of the system V AMD64 calling convention
2489+
(e.g. `extern "sysv64" func fn_();`)
24892490

24902491
If a feature is promoted to a language feature, then all existing programs will
24912492
start to receive compilation warnings about `#![feature]` directives which enabled

0 commit comments

Comments
 (0)