Skip to content

Commit 5cc403e

Browse files
committed
Change the version number of the feature
1 parent 28b89e0 commit 5cc403e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/active.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ declare_features! (
582582
/// Enables rustc to generate code that instructs libstd to NOT ignore SIGPIPE.
583583
(active, unix_sigpipe, "1.65.0", Some(97889), None),
584584
/// Allows unnamed fields of struct and union type
585-
(incomplete, unnamed_fields, "1.68.0", Some(49804), None),
585+
(incomplete, unnamed_fields, "CURRENT_RUSTC_VERSION", Some(49804), None),
586586
/// Allows unsized fn parameters.
587587
(active, unsized_fn_params, "1.49.0", Some(48055), None),
588588
/// Allows unsized rvalues at arguments and parameters.

0 commit comments

Comments
 (0)