diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-03-21 19:48:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-21 19:48:35 +0100 |
| commit | 44200a91ba03e4f629db618f4e4e36f32cd9a3a6 (patch) | |
| tree | fdaa982e9d0dbb977c5bb7aa9c3caa43a9f5ca73 /compiler/rustc_feature/src/active.rs | |
| parent | aa9077e0c9954f0795f52e73c6a057cf52c9ccae (diff) | |
| parent | e8890aad62dbb399b90542e6719d050665ab1c9a (diff) | |
Rollup merge of #95175 - lcnr:adt_const_params-tracking-issue, r=Dylan-DPC
move `adt_const_params` to its own tracking issue the new tracking issue is #95174 r? ``@rust-lang/project-const-generics``
Diffstat (limited to 'compiler/rustc_feature/src/active.rs')
| -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 02cdaa3b958..feef7295254 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -287,7 +287,7 @@ declare_features! ( /// Allows `extern "x86-interrupt" fn()`. (active, abi_x86_interrupt, "1.17.0", Some(40180), None), /// Allows additional const parameter types, such as `&'static str` or user defined types - (incomplete, adt_const_params, "1.56.0", Some(44580), None), + (incomplete, adt_const_params, "1.56.0", Some(95174), None), /// Allows defining an `#[alloc_error_handler]`. (active, alloc_error_handler, "1.29.0", Some(51540), None), /// Allows explicit discriminants on non-unit enum variants. |
