]> git.lizzy.rs Git - rust.git/history - tests/ui/ptr_offset_with_cast.stderr
Adapt the *.stderr files of the ui-tests to the tool_lints
[rust.git] / tests / ui / ptr_offset_with_cast.stderr
2018-08-29 Oliver SchneiderMerge pull request #3104 from frewsxcv/frewsxcv-ptr...
2018-08-29 Corey Farwellsuggest wrapping_offset as well
2018-08-29 Corey FarwellNew lint: Suggest `ptr.add([usize])` over `ptr.offset...