about summary refs log tree commit diff
path: root/src/test/compile-fail/dst-bad-coerce4.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-35/+0
2017-06-29Move unsized_tuple_coercion behind a feature gate.Masaki Hara-0/+2
2017-06-29Add unsized tuple coercions.Masaki Hara-0/+8
2016-05-02update test cases to reflect new messagesNiko Matsakis-4/+3
2015-01-12Fix testsuite errorsmdinger-1/+5
2015-01-06test fallout from isize/usizeCorey Richardson-4/+4
2015-01-06FalloutNick Cameron-1/+1
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-2/+2
2014-10-03Change rustc pretty-printing to print [T, ..n] instead of [T, .. n]P1start-1/+1
2014-08-26Rebasing changesNick Cameron-2/+2
2014-08-26DST coercions and DST structsNick Cameron-0/+22