rustc: Remove abi from ast::native_mod
This commit is contained in:
parent
7a7f0604f4
commit
5ca83553bc
16 changed files with 126 additions and 128 deletions
|
|
@ -431,9 +431,7 @@ tag native_abi {
|
|||
}
|
||||
|
||||
type native_mod =
|
||||
{// FIXME: Removing abi from AST. Depends on Issue #1179.
|
||||
abi: native_abi,
|
||||
view_items: [@view_item],
|
||||
{view_items: [@view_item],
|
||||
items: [@native_item]};
|
||||
|
||||
type variant_arg = {ty: @ty, id: node_id};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue