summary refs log tree commit diff
path: root/src/test/run-pass/tuple-struct-destructuring.rs
AgeCommit message (Collapse)AuthorLines
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-02rustc: Implement translation of pattern matching for tuple structs and ↵Patrick Walton-0/+10
unit-like structs. r=nmatsakis