1
Fork 0

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:
bors 2021-02-03 15:12:19 +00:00
commit 186f7ae5b0
6 changed files with 315 additions and 43 deletions

View file

@ -133,6 +133,8 @@ symbols! {
Copy,
Count,
Debug,
DebugStruct,
DebugTuple,
Decodable,
Decoder,
Default,