mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Rename Target::Ty
to Target::TyAlias
This commit is contained in:
parent
63659ca9f6
commit
fd819d02d7
@ -26,7 +26,7 @@ pub(crate) enum Target {
|
||||
Mod,
|
||||
ForeignMod,
|
||||
GlobalAsm,
|
||||
Ty,
|
||||
TyAlias,
|
||||
OpaqueTy,
|
||||
Enum,
|
||||
Struct,
|
||||
@ -50,7 +50,7 @@ impl Display for Target {
|
||||
Target::Mod => "module",
|
||||
Target::ForeignMod => "foreign module",
|
||||
Target::GlobalAsm => "global asm",
|
||||
Target::Ty => "type alias",
|
||||
Target::TyAlias => "type alias",
|
||||
Target::OpaqueTy => "opaque type",
|
||||
Target::Enum => "enum",
|
||||
Target::Struct => "struct",
|
||||
|
Loading…
Reference in New Issue
Block a user