]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_feature/src/active.rs
Actually infer args in visitors
[rust.git] / compiler / rustc_feature / src / active.rs
index a3e40daf6bf6dccaaf22787394abd7b157a5f6e5..46bf49d640f2595d1a30ebd01a92963bb1ffed70 100644 (file)
@@ -684,6 +684,9 @@ pub fn set(&self, features: &mut Features, span: Span) {
     /// Allows `cfg(target_abi = "...")`.
     (active, cfg_target_abi, "1.55.0", Some(80970), None),
 
+    /// Infer generic args for both consts and types.
+    (active, generic_arg_infer, "1.55.0", Some(85077), None),
+
     // -------------------------------------------------------------------------
     // feature-group-end: actual feature gates
     // -------------------------------------------------------------------------