rust/src/test
Tim Chevalier 6db688e893 Check that the names mentioned in tag exports are actually types (or variants)
Check that in export foo{}, foo is an enum type, and that in export
foo{bar, quux}, foo is an enum type and bar and quux are variants belonging
to foo.
2012-01-23 15:48:08 -08:00
..
bench issue #1352: change param order on vec::init_elt, putting block in final position. 2012-01-21 13:33:16 -08:00
compile-fail Check that the names mentioned in tag exports are actually types (or variants) 2012-01-23 15:48:08 -08:00
pretty rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
run-fail rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
run-pass Export all enum variants by default; new syntax for selectively exporting variants 2012-01-23 15:48:08 -08:00