rust/src/test
bors 696f16ec2e auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakis
Now with proper checking of enums and allows unsized fields as the last field in a struct or variant. This PR only checks passing of unsized types and distinguishing them from sized ones. To be safe we also need to control storage.

Closes issues #12969 and #13121, supersedes #13375 (all the discussion there is valid here too).
2014-04-22 20:51:31 -07:00
..
auxiliary Allow inheritance between structs. 2014-04-20 13:41:18 +12:00
bench auto merge of #13667 : TeXitoi/rust/shootout-chameneos-redux-fix, r=alexcrichton 2014-04-22 12:01:34 -07:00
codegen
compile-fail Review changes 2014-04-23 15:44:24 +12:00
debug-info Allow inheritance between structs. 2014-04-20 13:41:18 +12:00
pretty Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
run-fail Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
run-make Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
run-pass auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakis 2014-04-22 20:51:31 -07:00
run-pass-fulldeps Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00