Add diagnostic items for Ord and PartialOrd methods
This commit is contained in:
parent
c5e7f45b62
commit
4a9f3cac88
2 changed files with 14 additions and 0 deletions
|
@ -531,8 +531,15 @@ symbols! {
|
|||
cmp,
|
||||
cmp_max,
|
||||
cmp_min,
|
||||
cmp_ord_max,
|
||||
cmp_ord_min,
|
||||
cmp_partialeq_eq,
|
||||
cmp_partialeq_ne,
|
||||
cmp_partialord_cmp,
|
||||
cmp_partialord_ge,
|
||||
cmp_partialord_gt,
|
||||
cmp_partialord_le,
|
||||
cmp_partialord_lt,
|
||||
cmpxchg16b_target_feature,
|
||||
cmse_nonsecure_entry,
|
||||
coerce_unsized,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue