X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_feature%2Fsrc%2Fremoved.rs;h=138398825af586123ec3c59e07c4fdd96f556113;hb=f60a67025607e74fbee31c2007f8791c2f352b6a;hp=fa8ef182aeddf2a0eaf815fe6503742cbb304697;hpb=e720df672dc88b2d6822582a644de977a889bcdb;p=rust.git diff --git a/compiler/rustc_feature/src/removed.rs b/compiler/rustc_feature/src/removed.rs index fa8ef182aed..138398825af 100644 --- a/compiler/rustc_feature/src/removed.rs +++ b/compiler/rustc_feature/src/removed.rs @@ -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