Set version placeholders to 1.68
This commit is contained in:
parent
9467f95531
commit
3653254f91
9 changed files with 13 additions and 13 deletions
|
@ -49,7 +49,7 @@ declare_features! (
|
|||
/// Allows `#[target_feature(...)]` on aarch64 platforms
|
||||
(accepted, aarch64_target_feature, "1.61.0", Some(44839), None),
|
||||
/// Allows using the `efiapi` ABI.
|
||||
(accepted, abi_efiapi, "CURRENT_RUSTC_VERSION", Some(65815), None),
|
||||
(accepted, abi_efiapi, "1.68.0", Some(65815), None),
|
||||
/// Allows the sysV64 ABI to be specified on all platforms
|
||||
/// instead of just the platforms on which it is the C ABI.
|
||||
(accepted, abi_sysv64, "1.24.0", Some(36167), None),
|
||||
|
@ -129,7 +129,7 @@ declare_features! (
|
|||
/// Allows `crate` in paths.
|
||||
(accepted, crate_in_paths, "1.30.0", Some(45477), None),
|
||||
/// Allows rustc to inject a default alloc_error_handler
|
||||
(accepted, default_alloc_error_handler, "CURRENT_RUSTC_VERSION", Some(66741), None),
|
||||
(accepted, default_alloc_error_handler, "1.68.0", Some(66741), None),
|
||||
/// Allows using assigning a default type to type parameters in algebraic data type definitions.
|
||||
(accepted, default_type_params, "1.0.0", None, None),
|
||||
/// Allows `#[deprecated]` attribute.
|
||||
|
@ -164,7 +164,7 @@ declare_features! (
|
|||
/// Allows access to crate names passed via `--extern` through prelude.
|
||||
(accepted, extern_prelude, "1.30.0", Some(44660), None),
|
||||
/// Allows using F16C intrinsics from `core::arch::{x86, x86_64}`.
|
||||
(accepted, f16c_target_feature, "CURRENT_RUSTC_VERSION", Some(44839), None),
|
||||
(accepted, f16c_target_feature, "1.68.0", Some(44839), None),
|
||||
/// Allows field shorthands (`x` meaning `x: x`) in struct literal expressions.
|
||||
(accepted, field_init_shorthand, "1.17.0", Some(37340), None),
|
||||
/// Allows `#[must_use]` on functions, and introduces must-use operators (RFC 1940).
|
||||
|
|
|
@ -340,7 +340,7 @@ declare_features! (
|
|||
/// Allows `async {}` expressions in const contexts.
|
||||
(active, const_async_blocks, "1.53.0", Some(85368), None),
|
||||
/// Allows `const || {}` closures in const contexts.
|
||||
(incomplete, const_closures, "CURRENT_RUSTC_VERSION", Some(106003), None),
|
||||
(incomplete, const_closures, "1.68.0", Some(106003), None),
|
||||
/// Allows limiting the evaluation steps of const expressions
|
||||
(active, const_eval_limit, "1.43.0", Some(67217), None),
|
||||
/// Allows the definition of `const extern fn` and `const unsafe extern fn`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue