@@ -61,7 +61,7 @@ declare_features! (
6161/// Allows explicit discriminants on non-unit enum variants.
6262( accepted, arbitrary_enum_discriminant, "1.66.0" , Some ( 60553 ) ) ,
6363/// 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 ) ) ,
6565/// Allows using `sym` operands in inline assembly.
6666( accepted, asm_sym, "1.66.0" , Some ( 93333 ) ) ,
6767/// Allows the definition of associated constants in `trait` or `impl` blocks.
@@ -116,7 +116,7 @@ declare_features! (
116116/// Allows calling constructor functions in `const fn`.
117117( accepted, const_constructor, "1.40.0" , Some ( 61456 ) ) ,
118118/// 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 ) ) ,
120120/// Allows using and casting function pointers in a `const fn`.
121121( accepted, const_fn_fn_ptr_basics, "1.61.0" , Some ( 57563 ) ) ,
122122/// Allows trait bounds in `const fn`.
@@ -272,7 +272,7 @@ declare_features! (
272272/// Allows calling `const unsafe fn` inside `unsafe` blocks in `const fn` functions.
273273( accepted, min_const_unsafe_fn, "1.33.0" , Some ( 55607 ) ) ,
274274/// 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 ) ) ,
276276/// Allows using `Self` and associated types in struct expressions and patterns.
277277( accepted, more_struct_aliases, "1.16.0" , Some ( 37544 ) ) ,
278278/// Allows using the MOVBE target feature.
@@ -299,7 +299,7 @@ declare_features! (
299299/// Allows `foo.rs` as an alternative to `foo/mod.rs`.
300300( accepted, non_modrs_mods, "1.30.0" , Some ( 44660 ) ) ,
301301/// 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 ) ) ,
303303/// Allows the use of or-patterns (e.g., `0 | 1`).
304304( accepted, or_patterns, "1.53.0" , Some ( 54883 ) ) ,
305305/// Allows using `+bundle,+whole-archive` link modifiers with native libs.
@@ -312,7 +312,7 @@ declare_features! (
312312/// Allows parentheses in patterns.
313313( accepted, pattern_parentheses, "1.31.0" , Some ( 51087 ) ) ,
314314/// 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 ) ) ,
316316/// Allows procedural macros in `proc-macro` crates.
317317( accepted, proc_macro, "1.29.0" , Some ( 38356 ) ) ,
318318/// Allows multi-segment paths in attributes and derives.
@@ -326,7 +326,7 @@ declare_features! (
326326/// Allows keywords to be escaped for use as identifiers.
327327( accepted, raw_identifiers, "1.30.0" , Some ( 48589 ) ) ,
328328/// 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 ) ) ,
330330/// Allows relaxing the coherence rules such that
331331/// `impl<T> ForeignTrait<LocalType> for ForeignType<T>` is permitted.
332332( accepted, re_rebalance_coherence, "1.41.0" , Some ( 55437 ) ) ,
@@ -399,11 +399,11 @@ declare_features! (
399399/// Allows arbitrary delimited token streams in non-macro attributes.
400400( accepted, unrestricted_attribute_tokens, "1.34.0" , Some ( 55208 ) ) ,
401401/// Allows unsafe attributes.
402- ( accepted, unsafe_attributes, "CURRENT_RUSTC_VERSION " , Some ( 123757 ) ) ,
402+ ( accepted, unsafe_attributes, "1.82.0 " , Some ( 123757 ) ) ,
403403/// The `unsafe_op_in_unsafe_fn` lint (allowed by default): no longer treat an unsafe function as an unsafe block.
404404( accepted, unsafe_block_in_unsafe_fn, "1.52.0" , Some ( 71668 ) ) ,
405405/// 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 ) ) ,
407407/// Allows importing and reexporting macros with `use`,
408408/// enables macro modularization in general.
409409( accepted, use_extern_macros, "1.30.0" , Some ( 35896 ) ) ,
0 commit comments