1
Fork 0

Add an experimental feature gate for function delegation

In accordance with the [process](https://github.com/rust-lang/lang-team/blob/master/src/how_to/experiment.md).

Detailed description of the feature can be found in the RFC repo - https://github.com/rust-lang/rfcs/pull/3530.
This commit is contained in:
Vadim Petrochenkov 2023-11-16 19:08:30 +03:00
parent e7b22851a2
commit edf6c9c223
4 changed files with 19 additions and 0 deletions

View file

@ -787,6 +787,7 @@ symbols! {
fmt,
fmul_fast,
fn_align,
fn_delegation,
fn_must_use,
fn_mut,
fn_once,