Skip to content

Commit f83cdbd

Browse files
committed
Fix ordering
1 parent 453093b commit f83cdbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_feature/src/unstable.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -620,10 +620,10 @@ declare_features! (
620620
(unstable, type_changing_struct_update, "1.58.0", Some(86555)),
621621
/// Allows unnamed fields of struct and union type
622622
(incomplete, unnamed_fields, "1.74.0", Some(49804)),
623-
/// Allows unsafe on extern declarations and safety qualifiers over internal items.
624-
(unstable, unsafe_extern_blocks, "CURRENT_RUSTC_VERSION", Some(123743)),
625623
/// Allows unsafe attributes.
626624
(unstable, unsafe_attributes, "CURRENT_RUSTC_VERSION", Some(123757)),
625+
/// Allows unsafe on extern declarations and safety qualifiers over internal items.
626+
(unstable, unsafe_extern_blocks, "CURRENT_RUSTC_VERSION", Some(123743)),
627627
/// Allows unsized fn parameters.
628628
(unstable, unsized_fn_params, "1.49.0", Some(48055)),
629629
/// Allows unsized rvalues at arguments and parameters.

0 commit comments

Comments
 (0)