rust/src/test
bors 8fff3f40f2 auto merge of #8561 : kballard/rust/do-block-internal-err-msg, r=thestinger
When using a `do` block to call an internal iterator, if you forgot to
return a value from the body, it would tell you

    error: Do-block body must return bool, but returns () here. Perhaps
    you meant to write a `for`-loop?

This advice no longer applies as `for` loops are now for external
iterators. Delete this message outright and let it use the default error
message

    error: mismatched types: expected `bool` but found `()`

r? @thestinger
2013-08-18 17:12:02 -07:00
..
auxiliary Fix warnings it tests 2013-08-17 08:42:35 -07:00
bench auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton 2013-08-18 15:02:04 -07:00
codegen Fix warnings it tests 2013-08-17 08:42:35 -07:00
compile-fail auto merge of #8561 : kballard/rust/do-block-internal-err-msg, r=thestinger 2013-08-18 17:12:02 -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 auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton 2013-08-18 15:02:04 -07:00
run-pass auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton 2013-08-18 15:02:04 -07:00
run-pass-fulldeps New naming convention for ast::{node_id, local_crate, crate_node_id, blk_check_mode, ty_field, ty_method} 2013-07-29 16:16:48 +02:00