]> git.lizzy.rs Git - rust.git/commit
Auto merge of #4368 - RalfJung:invalid_ref, r=oli-obk
authorbors <bors@rust-lang.org>
Sun, 11 Aug 2019 09:08:22 +0000 (09:08 +0000)
committerbors <bors@rust-lang.org>
Sun, 11 Aug 2019 09:08:22 +0000 (09:08 +0000)
commit72da1015d6d918fe1b29170acbf486d30e0c2695
tree1dc0a28244af2bbaa2e93f5bd3df6ac2fccf8992
parentc55d38ed7ace06e4a3a5939b3c7c01045017bca4
parent40fea7a9e0d35141ed7cfbee9a820c01c0ad0c6c
Auto merge of #4368 - RalfJung:invalid_ref, r=oli-obk

deprecate invalid_ref lint

This fixes the `invalid_ref` lint test to no longer fail when https://github.com/rust-lang/rust/pull/63346/ lands.  I also fixed the lint itself, because its wording made no sense: there is no "reference to zeroed/uninitialized memory" here.

changelog: none