about summary refs log tree commit diff
path: root/src/test/run-pass/enum-variants.rs
AgeCommit message (Collapse)AuthorLines
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-24Assign correct types to struct-like enum variant constructorsTim Chevalier-0/+11
Before, the type was just the enum type itself, which caused an assertion failure in iter_variant in trans::base. r=brson Closes #4229