Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obk
Remove min_type_alias_impl_trait in favor of type_alias_impl_trait r? ``@oli-obk``
This commit is contained in:
commit
23479f716a
363 changed files with 949 additions and 5121 deletions
|
@ -287,7 +287,7 @@ impl<'a> PostExpansionVisitor<'a> {
|
|||
if let ast::TyKind::ImplTrait(..) = ty.kind {
|
||||
gate_feature_post!(
|
||||
&self.vis,
|
||||
min_type_alias_impl_trait,
|
||||
type_alias_impl_trait,
|
||||
ty.span,
|
||||
"`impl Trait` in type aliases is unstable"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue