Auto merge of #98376 - nnethercote:improve-derive-PartialEq, r=petrochenkov
Improve some deriving code and add a test The `.stdout` test is particularly useful. r? `@petrochenkov`
This commit is contained in:
commit
126e3df406
7 changed files with 1251 additions and 131 deletions
|
@ -135,6 +135,9 @@ symbols! {
|
|||
Arguments,
|
||||
AsMut,
|
||||
AsRef,
|
||||
AssertParamIsClone,
|
||||
AssertParamIsCopy,
|
||||
AssertParamIsEq,
|
||||
AtomicBool,
|
||||
AtomicI128,
|
||||
AtomicI16,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue