rust/src/test
bors af99b8d91e auto merge of #8739 : fhahn/rust/ticket_2275, r=brson
This is a pull request for #2275

I've created a small python script to generate test files for a list of keywords (as break do else enum extern false fn for if impl let loop match mod mut priv pub ref return self static struct super true trait type unsafe use while), but I'm not really sure where to put it. I've added the created files as well.

I did not use 

     fn main() {
        let $KW = "foo"; //~ error
        println($KW); //~ error
    } 

as template, because for return, self, ref, loop, mut and break this does not raise an error in the ```println``` line, only in the ```let``` line.
2013-08-26 18:20:56 -07:00
..
auxiliary auto merge of #8666 : nikomatsakis/rust/issue-3678-extern-fn-types, r=pcwalton 2013-08-22 07:01:27 -07:00
bench Enabled tests. 2013-08-22 00:12:44 -07:00
codegen Fix warnings it tests 2013-08-17 08:42:35 -07:00
compile-fail auto merge of #8739 : fhahn/rust/ticket_2275, r=brson 2013-08-26 18:20:56 -07:00
debug-info auto merge of #8554 : michaelwoerister/rust/generics, r=brson 2013-08-17 15:22:04 -07:00
pretty Fix warnings it tests 2013-08-17 08:42:35 -07:00
run-fail Enabled tests. 2013-08-22 00:12:44 -07:00
run-pass Fix deriving-zero test 2013-08-26 19:47:58 -04:00
run-pass-fulldeps quote_*! macros take an ExtCtx 2013-08-18 13:14:15 -04:00