]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Auto merge of #74940 - oli-obk:const_is_null, r=RalfJung
authorbors <bors@rust-lang.org>
Mon, 17 Aug 2020 14:13:13 +0000 (14:13 +0000)
committerbors <bors@rust-lang.org>
Mon, 17 Aug 2020 14:13:13 +0000 (14:13 +0000)
commite8df0b893235aa06c6362d1a8646296310f79f81
tree64332bc6a0612f1db05ba4daafcf4372a47e1120
parent8cdc94e84040ce797fd33d0a7cfda4ec4f2f2421
parentdaf7a375105b55de7a808aa096194280249f0fc5
Auto merge of #74940 - oli-obk:const_is_null, r=RalfJung

Make `<*const T>::is_null` const fn

r? @RalfJung

cc @rust-lang/wg-const-eval

tracking issue: #74939
library/core/src/ptr/const_ptr.rs
library/core/src/ptr/mut_ptr.rs