about summary refs log tree commit diff
path: root/src/test/compile-fail/inherit-struct8.rs
AgeCommit message (Collapse)AuthorLines
2014-10-11Remove `virtual` struct testsJakub Wieczorek-34/+0
2014-05-06Ignore tests broken by failing on ICERicho Healey-0/+3
2014-04-20Allow inheritance between structs.Nick Cameron-0/+31
No subtyping, no interaction with traits. Partially addresses #9912.