summary refs log tree commit diff
path: root/src/test/compile-fail/omitted-arg-in-item-fn.rs
AgeCommit message (Expand)AuthorLines
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-11-15Un-xfail working testTim Chevalier-2/+0
2012-07-13More consistent use of backticks and "expected" in error messages.Lindsey Kuper-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-05-07make it illegal to implicitly capture mutable variablesNiko Matsakis-0/+4
2012-05-03Revert "allow fn exprs to omit arg types"Niko Matsakis-2/+0
2012-05-03allow fn exprs to omit arg typesNiko Matsakis-0/+2