about summary refs log tree commit diff
path: root/src/test/compile-fail/fn-trait-formatting.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-31/+0
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-3/+3
2017-06-14suppress trait errors that are implied by other errorsAriel Ben-Yehuda-1/+0
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-6/+3
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-1/+0
2016-05-02update test cases to reflect new messagesNiko Matsakis-12/+9
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-2/+2
2016-03-30Fix fallout in testsJeffrey Seyfried-5/+5
2015-03-23Fallout from changing fn traits to use inheritance rather than bridgeNiko Matsakis-1/+1
2015-03-18Require braces when a closure has an explicit return type. This is aNiko Matsakis-1/+1
2015-02-23Make traits with by-value-self be considered object safe.Niko Matsakis-2/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-3/+3
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-28Update test files; mostly the problem is that they were using theNiko Matsakis-1/+3
2015-01-12Fix testsuite errorsmdinger-4/+17
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-06test fallout from isize/usizeCorey Richardson-8/+8
2014-12-17Use the sugary syntax to print the `Fn` traits in error messagesP1start-0/+24