diff options
| author | lcnr <rust@lcnr.de> | 2021-02-26 08:32:38 +0100 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2021-02-26 08:32:38 +0100 |
| commit | 67f17342ee542220e1c972633bb71d49cfe97e84 (patch) | |
| tree | 9a767e2be144907b1999c46a00e070fc5c90ec9b | |
| parent | d95d30486180387a875b14633aea4e4dd8f960da (diff) | |
| download | rust-67f17342ee542220e1c972633bb71d49cfe97e84.tar.gz rust-67f17342ee542220e1c972633bb71d49cfe97e84.zip | |
update tracking issue for `relaxed_struct_unsize`
| -rw-r--r-- | compiler/rustc_feature/src/active.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 3f484ab5686..6960b735f33 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -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), |
