1
Fork 0

Add diagnostic items for <*const _>::cast and ptr::from_mut

This commit is contained in:
Urgau 2023-07-13 14:11:29 +02:00
parent ef3413d423
commit 0b9529cca3
3 changed files with 4 additions and 0 deletions

View file

@ -1155,8 +1155,10 @@ symbols! {
profiler_builtins,
profiler_runtime,
ptr,
ptr_cast,
ptr_cast_mut,
ptr_const_is_null,
ptr_from_mut,
ptr_from_ref,
ptr_guaranteed_cmp,
ptr_is_null,