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
2018-08-14Moved compile-fail tests to ui tests.David Wood-21/+0
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-1/+1
2016-04-05improve the printing of substs and trait-refsAriel Ben-Yehuda-1/+1
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-1/+1
2016-03-30Fix fallout in testsJeffrey Seyfried-1/+1
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-05fix cfail testsJorge Aparicio-4/+5
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