Stabilize imported_main

This commit is contained in:
clubby789
2024-01-30 18:41:43 +00:00
parent 62415e2a95
commit c7030e9b91
17 changed files with 7 additions and 51 deletions

View File

@@ -489,8 +489,6 @@ declare_features! (
(unstable, impl_trait_in_assoc_type, "1.70.0", Some(63063)),
/// Allows `impl Trait` as output type in `Fn` traits in return position of functions.
(unstable, impl_trait_in_fn_trait_return, "1.64.0", Some(99697)),
/// Allows using imported `main` function
(unstable, imported_main, "1.53.0", Some(28937)),
/// Allows associated types in inherent impls.
(incomplete, inherent_associated_types, "1.52.0", Some(8995)),
/// Allow anonymous constants from an inline `const` block