Run rustfmt on tests/run-make/.

With the exception of `tests/run-make/translation/test.rs`, which has a
syntax error.

The expected output in `rustdoc-error-lines/rmake.rs`'s required slight
tweaking.

The two `reproducible-build.rs` files need `// ignore-tidy-linelength`
because rustfmt produces lines longer than 100 chars, which tidy doesn't
like, yuk.
This commit is contained in:
Nicholas Nethercote 2024-05-29 15:01:33 +10:00
parent 70bc0c5b20
commit 3079bd96b9
136 changed files with 421 additions and 370 deletions

View file

@ -20,7 +20,7 @@ ignore = [
"/tests/incremental/",
"/tests/mir-opt/",
"/tests/pretty/",
"/tests/run-make/",
"/tests/run-make/translation/test.rs", # Contains syntax errors.
"/tests/run-make-fulldeps/",
"/tests/run-pass-valgrind/",
"/tests/rustdoc/",