syntax: Add native module names correctly when building up the paths in the AST map
This commit is contained in:
@@ -211,7 +211,7 @@ fn map_item(i: @item, cx: ctx, v: vt) {
|
|||||||
cx.map.insert(nitem.id,
|
cx.map.insert(nitem.id,
|
||||||
node_foreign_item(nitem, abi,
|
node_foreign_item(nitem, abi,
|
||||||
/* FIXME (#2543) */
|
/* FIXME (#2543) */
|
||||||
@copy cx.path));
|
extend(cx, i.ident)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
item_class(tps, ifces, items, ctor, dtor, _) {
|
item_class(tps, ifces, items, ctor, dtor, _) {
|
||||||
|
|||||||
Reference in New Issue
Block a user