diff options
| author | lcnr <rust@lcnr.de> | 2022-03-21 16:33:15 +0100 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2022-03-21 16:33:42 +0100 |
| commit | e8890aad62dbb399b90542e6719d050665ab1c9a (patch) | |
| tree | f8c30e3dbcbd70c6d34d49cb289d9d5bfaf04760 /compiler/rustc_feature/src | |
| parent | 051d1176b786aadd7d7c048f822cb6bfab00fe03 (diff) | |
move `adt_const_params` to its own tracking issue
Diffstat (limited to 'compiler/rustc_feature/src')
| -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. |
