about summary refs log tree commit diff
path: root/src/test/compile-fail/destructure-trait-ref.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-55/+0
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-6/+6
2017-04-11update various test cases that generate slightly different outputNiko Matsakis-1/+1
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-2/+1
2016-08-11Improve &-ptr printingJonathan Turner-2/+2
2016-05-02update test cases to reflect new messagesNiko Matsakis-12/+9
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-05-19Address review commetsAriel Ben-Yehuda-9/+9
2015-05-13eddyb's changes for DST coercionsNick Cameron-1/+1
2015-02-18Round 3 test fixes and conflictsAlex Crichton-1/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+1
2015-02-11Opt into `box_patterns` feature gate in all tests that use them.Felix S. Klock II-0/+1
2015-01-31Kill more `isize`sTobias Bucher-9/+9
2015-01-12Fix testsuite errorsmdinger-3/+18
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-9/+9
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-08compile-fail tests: Add feature attributes to enable box pat/expr syntax in v...Felix S. Klock II-0/+2
2014-10-24Update tests with the new error messagesJakub Bukaj-6/+6
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-9/+9
2014-06-22Make destructuring trait reference workEdward Wang-0/+41