rust/src/libsyntax
Philipp Brüschweiler e7e1bab27f libsyntax: refactor the parser to consider foreign items as items
parse_item_or_view_item() would drop visibility if none of the conditions
following it would hold. This was the case when parsing extern {} blocks,
where the function was only used to parse view items, but discarded the
visibility of the first not-view item.
2012-10-17 15:34:55 -07:00
..
2012-10-17 12:03:18 -07:00
2012-09-28 13:27:45 -07:00
2012-10-12 16:41:32 -07:00