Skip to content

Systematically apply rustfmt to all the files in test/

Ian Jackson requested to merge fmt into main

cargo fmt doesn't do the ones in tests/* (that are tested via trybuild and macrotest), because those aren't visible to cargo in the usual way.

Merge request reports