rust/src/test
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
..
auxiliary Add various test cases (xfailed) 2012-10-15 12:00:32 -07:00
bench Make moves explicit in bench tests 2012-10-12 20:43:37 -07:00
compile-fail libsyntax: refactor the parser to consider foreign items as items 2012-10-17 15:34:55 -07:00
pretty
run-fail Make moves explicit in rfail tests 2012-10-12 20:43:38 -07:00
run-pass Merge pull request #3716 from Blei/fix-3656 2012-10-17 11:00:36 -07:00
run-pass-fulldeps