stabilize or_patterns
This commit is contained in:
parent
f5f33ec0e0
commit
db5629adcb
36 changed files with 59 additions and 97 deletions
|
@ -277,6 +277,8 @@ declare_features! (
|
|||
(accepted, min_const_generics, "1.51.0", Some(74878), None),
|
||||
/// The `unsafe_op_in_unsafe_fn` lint (allowed by default): no longer treat an unsafe function as an unsafe block.
|
||||
(accepted, unsafe_block_in_unsafe_fn, "1.51.0", Some(71668), None),
|
||||
/// Allows the use of or-patterns (e.g., `0 | 1`).
|
||||
(accepted, or_patterns, "1.53.0", Some(54883), None),
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// feature-group-end: accepted features
|
||||
|
|
|
@ -488,9 +488,6 @@ declare_features! (
|
|||
/// Allows `impl Trait` to be used inside type aliases (RFC 2515).
|
||||
(active, type_alias_impl_trait, "1.38.0", Some(63063), None),
|
||||
|
||||
/// Allows the use of or-patterns (e.g., `0 | 1`).
|
||||
(active, or_patterns, "1.38.0", Some(54883), None),
|
||||
|
||||
/// Allows the definition of `const extern fn` and `const unsafe extern fn`.
|
||||
(active, const_extern_fn, "1.40.0", Some(64926), None),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue