]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_feature/src/removed.rs
Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrum
[rust.git] / compiler / rustc_feature / src / removed.rs
index fa8ef182aeddf2a0eaf815fe6503742cbb304697..138398825af586123ec3c59e07c4fdd96f556113 100644 (file)
@@ -136,6 +136,9 @@ macro_rules! declare_features {
     (removed, main, "1.53.0", Some(29634), None, None),
     (removed, pub_macro_rules, "1.53.0", Some(78855), None,
      Some("removed due to being incomplete, in particular it does not work across crates")),
+     /// Allows the definition of `const` functions with some advanced features.
+    (removed, const_fn, "1.54.0", Some(57563), None,
+     Some("split into finer-grained feature gates")),
 
     // -------------------------------------------------------------------------
     // feature-group-end: removed features