Add diagnostic items for <*mut _>::is_null
and <*const _>::is_null
This commit is contained in:
parent
f798ada7ba
commit
1e377c16fe
3 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue