Skip to content

Commit db8ac16

Browse files
authored
Rollup merge of #81794 - lcnr:relaxed_adt_unsize-tracking-issue, r=camelid
update tracking issue for `relaxed_struct_unsize` forgot to do this before #80726 got merged. The tracking issue is #81793
2 parents 3da2dd3 + 67f1734 commit db8ac16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/active.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ declare_features! (
633633
(active, abi_c_cmse_nonsecure_call, "1.51.0", Some(81391), None),
634634

635635
/// Lessens the requirements for structs to implement `Unsize`.
636-
(active, relaxed_struct_unsize, "1.51.0", Some(1), None),
636+
(active, relaxed_struct_unsize, "1.51.0", Some(81793), None),
637637

638638
/// Allows macro attributes to observe output of `#[derive]`.
639639
(active, macro_attributes_in_derive_output, "1.51.0", Some(81119), None),

0 commit comments

Comments
 (0)