diff options
| author | Jules Bertholet <julesbertholet@quoi.xyz> | 2024-03-26 01:23:26 -0400 |
|---|---|---|
| committer | Jules Bertholet <julesbertholet@quoi.xyz> | 2024-03-27 11:20:28 -0400 |
| commit | 528d45af18b90ec9833568420a34d4e6050b1ec6 (patch) | |
| tree | f30ed390e50c509fc99045569f021a5b71da7583 /compiler/rustc_feature/src | |
| parent | e0da13f25fd223ee1ec20284ea3f4e88a818b804 (diff) | |
| download | rust-528d45af18b90ec9833568420a34d4e6050b1ec6.tar.gz rust-528d45af18b90ec9833568420a34d4e6050b1ec6.zip | |
Feature gate
Diffstat (limited to 'compiler/rustc_feature/src')
| -rw-r--r-- | compiler/rustc_feature/src/unstable.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_feature/src/unstable.rs b/compiler/rustc_feature/src/unstable.rs index 8d72f4924d6..4c975c7b9e0 100644 --- a/compiler/rustc_feature/src/unstable.rs +++ b/compiler/rustc_feature/src/unstable.rs @@ -529,6 +529,8 @@ declare_features! ( (unstable, more_qualified_paths, "1.54.0", Some(86935)), /// Allows the `#[must_not_suspend]` attribute. (unstable, must_not_suspend, "1.57.0", Some(83310)), + /// Allows `mut ref` and `mut ref mut` identifier patterns. + (incomplete, mut_ref, "CURRENT_RUSTC_VERSION", Some(123076)), /// Allows using `#[naked]` on functions. (unstable, naked_functions, "1.9.0", Some(90957)), /// Allows specifying the as-needed link modifier |
