about summary refs log tree commit diff
path: root/tests/ui/ptr_offset_with_cast.stderr
AgeCommit message (Expand)AuthorLines
2019-01-08Remove all copyright license headersPhilipp Hansch-2/+2
2019-01-04Add run-rustfix where it already passesPhilipp Hansch-2/+2
2018-12-28Update *.stderr filesflip1995-2/+2
2018-12-10update test stderrMatthias Krüger-4/+4
2018-10-06Add license header to Rust filesManish Goregaokar-4/+4
2018-08-31Fix ptr offset testsManish Goregaokar-1/+1
2018-08-29suggest wrapping_offset as wellCorey Farwell-1/+7
2018-08-28New lint: Suggest `ptr.add([usize])` over `ptr.offset([usize] as isize)`.Corey Farwell-0/+10