about summary refs log tree commit diff
path: root/src/test/compile-fail/inherit-struct4.rs
AgeCommit message (Collapse)AuthorLines
2014-10-11Remove `virtual` struct testsJakub Wieczorek-24/+0
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
Closes #8492
2014-04-20Allow inheritance between structs.Nick Cameron-0/+24
No subtyping, no interaction with traits. Partially addresses #9912.