Add diagnostic items for <*const _>::cast
and <*mut _>::cast_const
This commit is contained in:
parent
570601f0aa
commit
6933848fbf
3 changed files with 4 additions and 0 deletions
|
@ -543,6 +543,7 @@ symbols! {
|
|||
const_panic_fmt,
|
||||
const_param_ty,
|
||||
const_precise_live_drops,
|
||||
const_ptr_cast,
|
||||
const_raw_ptr_deref,
|
||||
const_raw_ptr_to_usize_cast,
|
||||
const_refs_to_cell,
|
||||
|
@ -1159,6 +1160,7 @@ symbols! {
|
|||
profiler_runtime,
|
||||
ptr,
|
||||
ptr_cast,
|
||||
ptr_cast_const,
|
||||
ptr_cast_mut,
|
||||
ptr_const_is_null,
|
||||
ptr_from_mut,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue