about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-1697.rs
AgeCommit message (Collapse)AuthorLines
2013-05-09fix formating and testsCorey Richardson-1/+1
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming ↵Patrick Walton-1/+2
imports
2012-12-28test: Fix a bunch of compile-fail tests. rs=bustagePatrick Walton-2/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-15Update error messages and un-xfailTim Chevalier-3/+2
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-07-09rustc: Switch to the new resolution passPatrick Walton-1/+2
2012-07-06Revert "rustc: Switch to the new resolution pass"Niko Matsakis-2/+1
This reverts commit c4af6e92fbae171c56a4e68666025725555fc9d8. Branch was burning...many, many unresolved imports.
2012-07-06rustc: Switch to the new resolution passPatrick Walton-1/+2
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-2/+2
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
2012-02-22test: Add a test for #1697Brian Anderson-0/+7