Auto merge of #81294 - pnkfelix:issue-81211-use-ufcs-in-derive-debug, r=oli-obk
Use ufcs in derive(Debug) Cc #81211. (Arguably this *is* the fix for it.)
This commit is contained in:
commit
186f7ae5b0
6 changed files with 315 additions and 43 deletions
|
@ -133,6 +133,8 @@ symbols! {
|
|||
Copy,
|
||||
Count,
|
||||
Debug,
|
||||
DebugStruct,
|
||||
DebugTuple,
|
||||
Decodable,
|
||||
Decoder,
|
||||
Default,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue