summary refs log tree commit diff
path: root/src/test/compile-fail/ptr-coercion.rs
AgeCommit message (Expand)AuthorLines
2016-08-19wording fixes in error messagesJonathan Turner-3/+3
2016-05-02update test cases to reflect new messagesNiko Matsakis-6/+6
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-12Fix testsuite errorsmdinger-3/+12
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-5/+5
2014-12-12Add coercions from *mut to *const and from &mut to *const.Nick Cameron-0/+24