Skip to content

Commit

Permalink
update tracking issue for relaxed_struct_unsize
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Feb 26, 2021
1 parent d95d304 commit 67f1734
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 67f1734

Please sign in to comment.