Skip to content

Commit 826bce4

Browse files
committed
---
yaml --- r: 2403 b: refs/heads/master c: 8e7aeed h: refs/heads/master i: 2401: a5a48a3 2399: c78bf6e v: v3
1 parent dd0c7a9 commit 826bce4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: b4a0d891c0a5eac32896650214abfe62cc1ea5a0
2+
refs/heads/master: 8e7aeed2d51327a7e1c806e66267465d0adcfa25

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@ fn declare_tydesc(@local_ctxt cx, ty.t t) -> @tydesc_info {
17311731

17321732
auto glue_fn_ty = T_ptr(T_glue_fn(ccx.tn));
17331733

1734-
auto name = mangle_name_by_seq(ccx, cx.path, "tydesc");
1734+
auto name = mangle_name_by_type_only(ccx, t, "tydesc");
17351735
auto gvar = llvm.LLVMAddGlobal(ccx.llmod, T_tydesc(ccx.tn),
17361736
_str.buf(name));
17371737
auto tydesc = C_struct(vec(C_null(T_ptr(T_ptr(T_tydesc(ccx.tn)))),

0 commit comments

Comments
 (0)