rustc: Use the name "opaque_tag", not "tag", for opaque tags
This commit is contained in:
parent
1092bbfff0
commit
9b35051143
@ -487,7 +487,7 @@ fn T_tag(type_names tn, uint size) -> TypeRef {
|
||||
}
|
||||
|
||||
fn T_opaque_tag(type_names tn) -> TypeRef {
|
||||
auto s = "tag";
|
||||
auto s = "opaque_tag";
|
||||
if (tn.name_has_type(s)) {
|
||||
ret tn.get_type(s);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user