Remove OpaqueTyOrigin::Misc, use TyAlias instead
This commit is contained in:
@@ -2272,8 +2272,6 @@ pub enum OpaqueTyOrigin {
|
||||
AsyncFn,
|
||||
/// type aliases: `type Foo = impl Trait;`
|
||||
TyAlias,
|
||||
/// Impl trait consts, statics, bounds.
|
||||
Misc,
|
||||
}
|
||||
|
||||
/// The various kinds of types recognized by the compiler.
|
||||
|
||||
Reference in New Issue
Block a user