@@ -61,7 +61,7 @@ declare_features! (
61
61
/// Allows explicit discriminants on non-unit enum variants.
62
62
( accepted, arbitrary_enum_discriminant, "1.66.0" , Some ( 60553 ) ) ,
63
63
/// Allows using `const` operands in inline assembly.
64
- ( accepted, asm_const, "CURRENT_RUSTC_VERSION " , Some ( 93332 ) ) ,
64
+ ( accepted, asm_const, "1.82.0 " , Some ( 93332 ) ) ,
65
65
/// Allows using `sym` operands in inline assembly.
66
66
( accepted, asm_sym, "1.66.0" , Some ( 93333 ) ) ,
67
67
/// Allows the definition of associated constants in `trait` or `impl` blocks.
@@ -116,7 +116,7 @@ declare_features! (
116
116
/// Allows calling constructor functions in `const fn`.
117
117
( accepted, const_constructor, "1.40.0" , Some ( 61456 ) ) ,
118
118
/// Allows basic arithmetic on floating point types in a `const fn`.
119
- ( accepted, const_fn_floating_point_arithmetic, "CURRENT_RUSTC_VERSION " , Some ( 57241 ) ) ,
119
+ ( accepted, const_fn_floating_point_arithmetic, "1.82.0 " , Some ( 57241 ) ) ,
120
120
/// Allows using and casting function pointers in a `const fn`.
121
121
( accepted, const_fn_fn_ptr_basics, "1.61.0" , Some ( 57563 ) ) ,
122
122
/// Allows trait bounds in `const fn`.
@@ -272,7 +272,7 @@ declare_features! (
272
272
/// Allows calling `const unsafe fn` inside `unsafe` blocks in `const fn` functions.
273
273
( accepted, min_const_unsafe_fn, "1.33.0" , Some ( 55607 ) ) ,
274
274
/// Allows exhaustive pattern matching on uninhabited types when matched by value.
275
- ( accepted, min_exhaustive_patterns, "CURRENT_RUSTC_VERSION " , Some ( 119612 ) ) ,
275
+ ( accepted, min_exhaustive_patterns, "1.82.0 " , Some ( 119612 ) ) ,
276
276
/// Allows using `Self` and associated types in struct expressions and patterns.
277
277
( accepted, more_struct_aliases, "1.16.0" , Some ( 37544 ) ) ,
278
278
/// Allows using the MOVBE target feature.
@@ -299,7 +299,7 @@ declare_features! (
299
299
/// Allows `foo.rs` as an alternative to `foo/mod.rs`.
300
300
( accepted, non_modrs_mods, "1.30.0" , Some ( 44660 ) ) ,
301
301
/// Allows using multiple nested field accesses in offset_of!
302
- ( accepted, offset_of_nested, "CURRENT_RUSTC_VERSION " , Some ( 120140 ) ) ,
302
+ ( accepted, offset_of_nested, "1.82.0 " , Some ( 120140 ) ) ,
303
303
/// Allows the use of or-patterns (e.g., `0 | 1`).
304
304
( accepted, or_patterns, "1.53.0" , Some ( 54883 ) ) ,
305
305
/// Allows using `+bundle,+whole-archive` link modifiers with native libs.
@@ -312,7 +312,7 @@ declare_features! (
312
312
/// Allows parentheses in patterns.
313
313
( accepted, pattern_parentheses, "1.31.0" , Some ( 51087 ) ) ,
314
314
/// Allows `use<'a, 'b, A, B>` in `impl Trait + use<...>` for precise capture of generic args.
315
- ( accepted, precise_capturing, "CURRENT_RUSTC_VERSION " , Some ( 123432 ) ) ,
315
+ ( accepted, precise_capturing, "1.82.0 " , Some ( 123432 ) ) ,
316
316
/// Allows procedural macros in `proc-macro` crates.
317
317
( accepted, proc_macro, "1.29.0" , Some ( 38356 ) ) ,
318
318
/// Allows multi-segment paths in attributes and derives.
@@ -326,7 +326,7 @@ declare_features! (
326
326
/// Allows keywords to be escaped for use as identifiers.
327
327
( accepted, raw_identifiers, "1.30.0" , Some ( 48589 ) ) ,
328
328
/// Allows `&raw const $place_expr` and `&raw mut $place_expr` expressions.
329
- ( accepted, raw_ref_op, "CURRENT_RUSTC_VERSION " , Some ( 64490 ) ) ,
329
+ ( accepted, raw_ref_op, "1.82.0 " , Some ( 64490 ) ) ,
330
330
/// Allows relaxing the coherence rules such that
331
331
/// `impl<T> ForeignTrait<LocalType> for ForeignType<T>` is permitted.
332
332
( accepted, re_rebalance_coherence, "1.41.0" , Some ( 55437 ) ) ,
@@ -399,11 +399,11 @@ declare_features! (
399
399
/// Allows arbitrary delimited token streams in non-macro attributes.
400
400
( accepted, unrestricted_attribute_tokens, "1.34.0" , Some ( 55208 ) ) ,
401
401
/// Allows unsafe attributes.
402
- ( accepted, unsafe_attributes, "CURRENT_RUSTC_VERSION " , Some ( 123757 ) ) ,
402
+ ( accepted, unsafe_attributes, "1.82.0 " , Some ( 123757 ) ) ,
403
403
/// The `unsafe_op_in_unsafe_fn` lint (allowed by default): no longer treat an unsafe function as an unsafe block.
404
404
( accepted, unsafe_block_in_unsafe_fn, "1.52.0" , Some ( 71668 ) ) ,
405
405
/// Allows unsafe on extern declarations and safety qualifiers over internal items.
406
- ( accepted, unsafe_extern_blocks, "CURRENT_RUSTC_VERSION " , Some ( 123743 ) ) ,
406
+ ( accepted, unsafe_extern_blocks, "1.82.0 " , Some ( 123743 ) ) ,
407
407
/// Allows importing and reexporting macros with `use`,
408
408
/// enables macro modularization in general.
409
409
( accepted, use_extern_macros, "1.30.0" , Some ( 35896 ) ) ,
0 commit comments