about summary refs log tree commit diff
path: root/src/test/compile-fail/attr-bad-crate-attr.rc
AgeCommit message (Collapse)AuthorLines
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-06-28Support attaching attributes to modules via the crate file. Issue #487Brian Anderson-1/+1
2011-06-16Add better error messages for bad attributes in .rc filesBrian Anderson-0/+5
Issue #487