Skip to content

Commit 3013f38

Browse files
committed
---
yaml --- r: 3034 b: refs/heads/master c: 8876e2c h: refs/heads/master v: v3
1 parent f4c6ad6 commit 3013f38

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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: 9671d214082016e61b59bd67bb6d4e295188a2a4
2+
refs/heads/master: 8876e2c29e0509b530648156e919b355b49c2dd8

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5810,8 +5810,7 @@ fn load_if_immediate(&@block_ctxt cx, ValueRef v, &ty::t t) -> ValueRef {
58105810

58115811
fn trans_log(int lvl, &@block_ctxt cx, &@ast::expr e) -> result {
58125812
auto lcx = cx.fcx.lcx;
5813-
auto modname = link::mangle_internal_name_by_path(lcx.ccx,
5814-
lcx.module_path);
5813+
auto modname = str::connect(lcx.module_path, "::");
58155814
auto global;
58165815
if (lcx.ccx.module_data.contains_key(modname)) {
58175816
global = lcx.ccx.module_data.get(modname);

0 commit comments

Comments
 (0)