Skip to content

Commit 9edd490

Browse files
Rollup merge of rust-lang#87564 - spastorino:adjust-min-tait-removed-version, r=jackh726
min_type_alias_impl_trait is going to be removed in 1.56 rust-lang#87501 removed `min_type_alias_impl_trait` but meanwhile that PR was approved in homu queue, a new beta was cut so we need to bump the version because it won't be removed in 1.55. r? `@oli-obk` `@bors` rollup=always
2 parents 1a2f4bd + cf5e48d commit 9edd490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_feature/src/removed.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ declare_features! (
153153
Some("the implementation was not maintainable, the feature may get reintroduced once the current refactorings are done")),
154154

155155
/// Allows the use of type alias impl trait in function return positions
156-
(removed, min_type_alias_impl_trait, "1.55.0", Some(63063), None,
156+
(removed, min_type_alias_impl_trait, "1.56.0", Some(63063), None,
157157
Some("removed in favor of full type_alias_impl_trait")),
158158

159159
// -------------------------------------------------------------------------

0 commit comments

Comments
 (0)