about summary refs log tree commit diff
path: root/src/test/compile-fail/closure-bounds-cant-promote-superkind-in-struct.rs
AgeCommit message (Expand)AuthorLines
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+1
2014-04-08Register new snapshotsAlex Crichton-3/+3
2013-11-26libsyntax: Remove the old-style borrowed closure type syntax from thePatrick Walton-2/+2
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-2/+2
2013-09-23test: Fix rustdoc and tests.Patrick Walton-2/+2
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-2/+2
2013-06-26Infer default static/Owned bounds for unbounded heap fns/traits (#7264)Ben Blum-1/+1
2013-06-23Add basic test cases for closure bounds. (#3569)Ben Blum-0/+20