Switch 'native' to 'extern' (or 'foreign' in some descriptions)
This commit is contained in:
parent
7259195caf
commit
debb7e4641
127 changed files with 249 additions and 249 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue