Convert more core types to camel case
This commit is contained in:
parent
8be0f665bc
commit
74c69e1053
67 changed files with 457 additions and 427 deletions
|
|
@ -205,8 +205,8 @@ fn map_item(i: @item, cx: ctx, v: vt) {
|
|||
}
|
||||
item_foreign_mod(nm) => {
|
||||
let abi = match attr::foreign_abi(i.attrs) {
|
||||
either::left(msg) => cx.diag.span_fatal(i.span, msg),
|
||||
either::right(abi) => abi
|
||||
either::Left(msg) => cx.diag.span_fatal(i.span, msg),
|
||||
either::Right(abi) => abi
|
||||
};
|
||||
for nm.items.each |nitem| {
|
||||
cx.map.insert(nitem.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue