summary refs log tree commit diff
path: root/src/test/compile-fail/inherit-struct2.rs
AgeCommit message (Collapse)AuthorLines
2014-04-20Allow inheritance between structs.Nick Cameron-0/+25
No subtyping, no interaction with traits. Partially addresses #9912.