Skip to content

impl Debug for various internal types

Ian Jackson requested to merge Diziet/arti:more-debug into main

I wanted this while debugging something.

The ad-hoc impl Debug with f.debug_struct is getting repetitive and I've already perpetrated one copy-paste mistake. We should consider using something like the educe crate's Clone.

Merge request reports