introduce CoercePointeeWellformed for coherence checks at typeck stage
This commit is contained in:
parent
43ca9d18e3
commit
de405dcb8f
15 changed files with 337 additions and 36 deletions
|
@ -193,6 +193,7 @@ symbols! {
|
|||
Cleanup,
|
||||
Clone,
|
||||
CoercePointee,
|
||||
CoercePointeeWellformed,
|
||||
CoerceUnsized,
|
||||
Command,
|
||||
ConstParamTy,
|
||||
|
@ -619,6 +620,7 @@ symbols! {
|
|||
cmp_partialord_lt,
|
||||
cmpxchg16b_target_feature,
|
||||
cmse_nonsecure_entry,
|
||||
coerce_pointee_wellformed,
|
||||
coerce_unsized,
|
||||
cold,
|
||||
cold_path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue