Skip to content

Commit eccaebd

Browse files
committed
---
yaml --- r: 11998 b: refs/heads/master c: d282481 h: refs/heads/master v: v3
1 parent 5b0179b commit eccaebd

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,5 +1,5 @@
11
---
2-
refs/heads/master: 8e911cbd6565517530a6034aad7b7e49ef50e6a3
2+
refs/heads/master: d282481c123e9a1155179c4b2338adbcba7589a3
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/rustc/middle/trans/base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4338,7 +4338,7 @@ fn get_item_val(ccx: @crate_ctxt, id: ast::node_id) -> ValueRef {
43384338
ast_map::node_method(m, impl_id, pth) {
43394339
exprt = true;
43404340
let mty = ty::node_id_to_type(ccx.tcx, id);
4341-
let pth = *pth + [path_name(int::str(impl_id.node)),
4341+
let pth = *pth + [path_name(ccx.names("meth")),
43424342
path_name(m.ident)];
43434343
let llfn = register_fn_full(ccx, m.span, pth, "impl_method",
43444344
id, mty);

0 commit comments

Comments
 (0)