Closed
Description
This is a tracking issue for the unstable feature debug_builder_formatter
in the standard library. This method was add relatively recently, and my thoughts on it are:
- It seems odd to have this function only on
DebugTuple
and no other builders. - It does seem reasonable to allow reading out the formatter for flags and such in various situations perhaps.
cc @sfackler