Switch 'native' to 'extern' (or 'foreign' in some descriptions)

This commit is contained in:
Graydon Hoare 2012-07-03 16:11:00 -07:00
parent 7259195caf
commit debb7e4641
127 changed files with 249 additions and 249 deletions

View file

@ -270,7 +270,7 @@ fn node_id_to_str(map: map, id: node_id) -> str {
#fmt["item %s (id=%?)", path_ident_to_str(*path, item.ident), id]
}
some(node_foreign_item(item, abi, path)) {
#fmt["native item %s with abi %? (id=%?)",
#fmt["foreign item %s with abi %? (id=%?)",
path_ident_to_str(*path, item.ident), abi, id]
}
some(node_method(m, impl_did, path)) {