diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2023-11-16 19:08:30 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2023-11-23 17:27:31 +0300 |
| commit | edf6c9c223d465b730e3f1baa45316053e74618b (patch) | |
| tree | dcdef9d879df68b2d3fd314aed2db61ee7f19133 /compiler/rustc_span/src | |
| parent | e7b22851a2c97980fd4e8235f3255af4fe0a12d5 (diff) | |
| download | rust-edf6c9c223d465b730e3f1baa45316053e74618b.tar.gz rust-edf6c9c223d465b730e3f1baa45316053e74618b.zip | |
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.
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index ea80bc82bd1..40b03874242 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -787,6 +787,7 @@ symbols! { fmt, fmul_fast, fn_align, + fn_delegation, fn_must_use, fn_mut, fn_once, |
