summary refs log tree commit diff
path: root/src/test/compile-fail/issue-17441.rs
AgeCommit message (Expand)AuthorLines
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-1/+0
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-2/+2
2016-03-30Fix fallout in testsJeffrey Seyfried-2/+2
2015-04-21Change a few error messages to give code suggestionsP1start-1/+1
2015-03-03Switched to Box::new in many places.Felix S. Klock II-3/+5
2015-02-21Kill fmt::Show and fmt::String with fire!Simonas Kazlauskas-5/+5
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-4/+4
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-4/+4
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-06test fallout from isize/usizeCorey Richardson-7/+7
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-2/+2
2014-11-02Convert some notes to help messagesP1start-4/+4
2014-10-03Change rustc pretty-printing to print [T, ..n] instead of [T, .. n]P1start-2/+2
2014-09-28Add regression test for issue #17441Brian Koropoff-0/+24