diff options
| author | Michael Goulet <michael@errs.io> | 2024-09-21 12:09:44 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-09-22 10:46:59 -0400 |
| commit | 95469dc09a9255f6a13d76cae7dc366f90c4db3a (patch) | |
| tree | 95f295a4857a2073ff37eedb84694973a83ac1b8 /compiler | |
| parent | 4ae36d906f7f509e63aaa7ea99fdbefd1463eb96 (diff) | |
| download | rust-95469dc09a9255f6a13d76cae7dc366f90c4db3a.tar.gz rust-95469dc09a9255f6a13d76cae7dc366f90c4db3a.zip | |
No longer mark RTN as incomplete
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_feature/src/unstable.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/unstable.rs b/compiler/rustc_feature/src/unstable.rs index edc8e5f0752..4dab8e92561 100644 --- a/compiler/rustc_feature/src/unstable.rs +++ b/compiler/rustc_feature/src/unstable.rs @@ -578,7 +578,7 @@ declare_features! ( /// be used to describe E or vise-versa. (unstable, result_ffi_guarantees, "1.80.0", Some(110503)), /// Allows bounding the return type of AFIT/RPITIT. - (incomplete, return_type_notation, "1.70.0", Some(109417)), + (unstable, return_type_notation, "1.70.0", Some(109417)), /// Allows `extern "rust-cold"`. (unstable, rust_cold_cc, "1.63.0", Some(97544)), /// Allows use of x86 SHA512, SM3 and SM4 target-features and intrinsics |
