File tree 1 file changed +9
-8
lines changed
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:
2474
2474
internally without imposing on callers
2475
2475
(i.e. making them behave like function calls in
2476
2476
terms of encapsulation).
2477
- * - ` default_type_parameter_fallback ` - Allows type parameter defaults to
2478
- influence type inference.
2479
2477
2480
- * - ` stmt_expr_attributes ` - Allows attributes on expressions.
2478
+ * ` default_type_parameter_fallback ` - Allows type parameter defaults to
2479
+ influence type inference.
2481
2480
2482
- * - ` type_ascription ` - Allows type ascription expressions ` expr: Type ` .
2481
+ * ` stmt_expr_attributes ` - Allows attributes on expressions.
2483
2482
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 ` .
2486
2484
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_(); ` )
2489
2490
2490
2491
If a feature is promoted to a language feature, then all existing programs will
2491
2492
start to receive compilation warnings about ` #![feature] ` directives which enabled
You can’t perform that action at this time.
0 commit comments