rename MIR int2ptr casts to match library name
This commit is contained in:
parent
67b9d7d184
commit
038e7c6c38
15 changed files with 16 additions and 16 deletions
|
@ -1319,7 +1319,7 @@ pub enum CastKind {
|
|||
PointerExposeAddress,
|
||||
/// An address-to-pointer cast that picks up an exposed provenance.
|
||||
/// See the docs on `with_exposed_provenance` for more details.
|
||||
PointerFromExposedAddress,
|
||||
PointerWithExposedProvenance,
|
||||
/// Pointer related casts that are done by coercions. Note that reference-to-raw-ptr casts are
|
||||
/// translated into `&raw mut/const *r`, i.e., they are not actually casts.
|
||||
PointerCoercion(PointerCoercion),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue