Skip to content

Commit

Permalink
Rollup merge of rust-lang#81794 - lcnr:relaxed_adt_unsize-tracking-is…
Browse files Browse the repository at this point in the history
…sue, r=camelid

update tracking issue for `relaxed_struct_unsize`

forgot to do this before rust-lang#80726 got merged. The tracking issue is rust-lang#81793
  • Loading branch information
Dylan-DPC committed Feb 27, 2021
2 parents 3da2dd3 + 67f1734 commit db8ac16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_feature/src/active.rs
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ declare_features! (
(active, abi_c_cmse_nonsecure_call, "1.51.0", Some(81391), None),

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

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

0 comments on commit db8ac16

Please sign in to comment.