Visit item macros.
This commit is contained in:
parent
22e955a76a
commit
877ebed6cf
3 changed files with 3 additions and 4 deletions
|
@ -1352,7 +1352,7 @@ fn found_def_item(i: @ast::item, ns: namespace) -> option<def> {
|
|||
}
|
||||
}
|
||||
ast::item_impl(*) { /* ??? */ }
|
||||
ast::item_mac(*) { fail "item macros unimplemented" }
|
||||
ast::item_mac(*) { /* ???? */ }
|
||||
}
|
||||
ret none;
|
||||
}
|
||||
|
@ -1660,7 +1660,7 @@ fn index_mod(md: ast::_mod) -> mod_index {
|
|||
add_to_index(index, it.ident, mie_item(it));
|
||||
}
|
||||
ast::item_mac(*) {
|
||||
fail "item macros unimplemented"
|
||||
/* ??? */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue