]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1
authorbors <bors@rust-lang.org>
Mon, 25 Dec 2017 04:55:57 +0000 (04:55 +0000)
committerbors <bors@rust-lang.org>
Mon, 25 Dec 2017 04:55:57 +0000 (04:55 +0000)
Convert warning about `*const _` to a future-compat lint

#46664 was merged before I could convert the soft warning about method lookup on `*const _` into a future-compatibility lint. This PR makes that change.

fixes #46837
tracking issue for the future-compatibility lint: #46906

r? @arielb1

1  2 
src/libcore/ptr.rs

Simple merge