We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Target::Ty
Target::TyAlias
1 parent 63659ca commit fd819d0Copy full SHA for fd819d0
src/librustc/hir/check_attr.rs
@@ -26,7 +26,7 @@ pub(crate) enum Target {
26
Mod,
27
ForeignMod,
28
GlobalAsm,
29
- Ty,
+ TyAlias,
30
OpaqueTy,
31
Enum,
32
Struct,
@@ -50,7 +50,7 @@ impl Display for Target {
50
Target::Mod => "module",
51
Target::ForeignMod => "foreign module",
52
Target::GlobalAsm => "global asm",
53
- Target::Ty => "type alias",
+ Target::TyAlias => "type alias",
54
Target::OpaqueTy => "opaque type",
55
Target::Enum => "enum",
56
Target::Struct => "struct",
0 commit comments