Replace type_alias_impl_trait
by min_type_alias_impl_trait
with no actual changes in behaviour
This makes `type_alias_impl_trait` not actually do anything anymore
This commit is contained in:
parent
19dce738f9
commit
1f7df1956a
332 changed files with 4832 additions and 594 deletions
|
@ -279,7 +279,7 @@ impl<'a> PostExpansionVisitor<'a> {
|
|||
if let ast::TyKind::ImplTrait(..) = ty.kind {
|
||||
gate_feature_post!(
|
||||
&self.vis,
|
||||
type_alias_impl_trait,
|
||||
min_type_alias_impl_trait,
|
||||
ty.span,
|
||||
"`impl Trait` in type aliases is unstable"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue