summary refs log tree commit diff
path: root/src/test/run-pass/trait-bounds-on-structs-and-enums.rs
AgeCommit message (Expand)AuthorLines
2015-04-21test: Fix fallout in testsAlex Crichton-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-3/+3
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-08-17librustc: Allow trait bounds on structures and enumerations, and checkPatrick Walton-0/+26