Lower RPITIT to ImplTraitPlaceholder item
This commit is contained in:
parent
78b962a4f3
commit
d34cb98fb0
11 changed files with 99 additions and 8 deletions
|
@ -487,6 +487,8 @@ declare_features! (
|
|||
(incomplete, repr128, "1.16.0", Some(56071), None),
|
||||
/// Allows `repr(simd)` and importing the various simd intrinsics.
|
||||
(active, repr_simd, "1.4.0", Some(27731), None),
|
||||
/// Allows return-position `impl Trait` in traits.
|
||||
(incomplete, return_position_impl_trait_in_trait, "CURRENT_RUSTC_VERSION", Some(91611), None),
|
||||
/// Allows `extern "rust-cold"`.
|
||||
(active, rust_cold_cc, "1.63.0", Some(97544), None),
|
||||
/// Allows the use of SIMD types in functions declared in `extern` blocks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue