about summary refs log tree commit diff
path: root/src/test/compile-fail/attr-before-let.rs
AgeCommit message (Expand)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
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
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
2012-01-15rustc: Parse fn inner attributes. Closes #1506Brian Anderson-0/+4