about summary refs log tree commit diff
path: root/src/test/compile-fail/attr-bad-crate-attr.rc
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-14/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
Closes #2569
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-26Remove the crate languageBrian Anderson-1/+1
2012-09-07Remove module keywordBrian Anderson-1/+1
2012-07-31Introduce 'return', 'match' and 'module' as synonymsBrian Anderson-1/+1
2012-07-13More consistent use of backticks and "expected" in error messages.Lindsey Kuper-1/+1
Got some of the debug messages, here, too. I figure it doesn't hurt to get used to doing this even in places where users won't ever see it.
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