Skip to content

Commit 73e44e8

Browse files
committed
Change generic_const_args feature from unstable to incomplete
1 parent 6315e17 commit 73e44e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/rustc_feature/src/unstable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ declare_features! (
527527
/// Allows defining gen blocks and `gen fn`.
528528
(unstable, gen_blocks, "1.75.0", Some(117078)),
529529
/// Allows using generics in more complex const expressions, based on definitional equality.
530-
(unstable, generic_const_args, "1.95.0", Some(151972)),
530+
(incomplete, generic_const_args, "1.95.0", Some(151972)),
531531
/// Allows non-trivial generic constants which have to be shown to successfully evaluate
532532
/// to a value by being part of an item signature.
533533
(incomplete, generic_const_exprs, "1.56.0", Some(76560)),

0 commit comments

Comments
 (0)