about summary refs log tree commit diff
path: root/src/test/pretty/struct-tuple.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
Now that support has been removed, all lingering use cases are renamed.
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-08-17Fix warnings it testsErick Tryzelaar-2/+2
2013-03-02Fix some struct-tuple def prettyprint issuesSeth Pink-0/+10
- Removed space between struct name and parentheses - Fixed indentation of the rest of the file (missing end) - Don't print parentheses for structs with no fields - Added test