File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff 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
24902491If a feature is promoted to a language feature, then all existing programs will
24912492start to receive compilation warnings about ` #![feature] ` directives which enabled
You can’t perform that action at this time.
0 commit comments