about summary refs log tree commit diff
path: root/src/test/compile-fail/attr-before-view-item2.rs
AgeCommit message (Collapse)AuthorLines
2012-05-08Support visibility modifiers and attributes on view itemsMarijn Haverbeke-9/+0
Issue #1893 Tangentially, issue #2357
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-1/+0
While it is still technically possible to test stage 0, it is not part of any of the main testing rules and maintaining xfail-stage0 is a chore. Nobody should worry about how tests fare in stage0.
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-6/+10
2011-07-27Reformat for new syntaxMarijn Haverbeke-10/+6
2011-06-16rustc: Fix regressed handling of bad attributesBrian Anderson-0/+10
Issue #487