]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_feature/src/accepted.rs
Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrum
[rust.git] / compiler / rustc_feature / src / accepted.rs
index 945406aed4bb0b1788726710838deb96d2e40eb8..95504723e7b248b9250368a8f4136dde95d87f27 100644 (file)
@@ -285,6 +285,8 @@ macro_rules! declare_features {
     (accepted, extended_key_value_attributes, "1.54.0", Some(78835), None),
     /// Allows unsizing coercions in `const fn`.
     (accepted, const_fn_unsize, "1.54.0", Some(64992), None),
+    /// Allows `impl Trait` with multiple unrelated lifetimes.
+    (accepted, member_constraints, "1.54.0", Some(61997), None),
 
     // -------------------------------------------------------------------------
     // feature-group-end: accepted features