1
Fork 0

Add diagnostic items for <*mut _>::is_null and <*const _>::is_null

This commit is contained in:
Urgau 2023-05-17 16:49:18 +02:00
parent f798ada7ba
commit 1e377c16fe
3 changed files with 4 additions and 0 deletions

View file

@ -1151,8 +1151,10 @@ symbols! {
profiler_runtime,
ptr,
ptr_cast_mut,
ptr_const_is_null,
ptr_from_ref,
ptr_guaranteed_cmp,
ptr_is_null,
ptr_mask,
ptr_null,
ptr_null_mut,