about summary refs log tree commit diff
path: root/src/test/compile-fail/attr-before-let.rs
AgeCommit message (Collapse)AuthorLines
2015-02-16Move remaning compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-14/+0
2013-05-20detect unused attrs in one more place, allow parsing to continue for allJohn Clements-2/+2
changed a bunch of fatal()'s into err()'s, to allow parsing to proceed.
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵Patrick Walton-1/+1
rs=implflipping
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
2012-01-15rustc: Parse fn inner attributes. Closes #1506Brian Anderson-0/+4