rust/src/test
bors f673e9841f auto merge of #20167 : michaelwoerister/rust/for-loop-var, r=alexcrichton
... really this time `:)`

I went for the simpler fix after all since it turned out to become a bit too complicated to extract the current iteration value from its containing `Option` with the different memory layouts it can have. It's also what we already do for match bindings.

I also extended the new test case to include the "simple identifier" case.

Fixes #20127, fixes #19732
2014-12-25 14:21:47 +00:00
..
auxiliary
bench Rename include_bin! to include_bytes! 2014-12-23 22:06:32 +13:00
codegen
compile-fail auto merge of #20117 : lfairy/rust/rename-include-bin, r=alexcrichton 2014-12-24 20:47:12 +00:00
compile-fail-fulldeps
debuginfo debuginfo: Add test case for destructured for-loop variable. 2014-12-23 11:07:32 +01:00
pretty rollup merge of #19891: nikomatsakis/unique-fn-types-3 2014-12-22 12:51:23 -08:00
run-fail
run-make Rename include_bin! to include_bytes! 2014-12-23 22:06:32 +13:00
run-pass auto merge of #20117 : lfairy/rust/rename-include-bin, r=alexcrichton 2014-12-24 20:47:12 +00:00
run-pass-fulldeps
run-pass-valgrind