Commit 8ec5901
committed
Fix
I tried some `rustfmt.toml` changes and these files were changed under
`tests/run-make`:
tests/run-make/CURRENT_RUSTC_VERSION/rmake.rs
tests/run-make/compiler-builtins/rmake.rs
tests/run-make/cross-lang-lto-riscv-abi/rmake.rs
tests/run-make/issue-26006/in/libc/lib.rs
tests/run-make/issue-26006/in/time/lib.rs
tests/run-make/print-cfg/rmake.rs
tests/run-make/print-native-static-libs/rmake.rs
tests/run-make/print-to-output/rmake.rs
tests/run-make/rustdoc-scrape-examples-invalid-expr/src/lib.rs
tests/run-make/rustdoc-scrape-examples-macros/src/lib.rs
tests/run-make/rustdoc-scrape-examples-test/examples/ex.rs
tests/run-make/thumb-none-qemu/example/src/main.rs
tests/run-make/wasm-exceptions-nostd/src/arena_alloc.rs
tests/run-make/wasm-exceptions-nostd/src/lib.rs
tests/run-make/wasm-exceptions-nostd/src/panicking.rs
tests/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/build.rs
Only the `rmake.rs` files should have been changed.
This commit adjust the rules to initially exclude all files under
`tests/run-make/`, not just `tests/run-make/*/*.rs`. Because there are
some `.rs` files at deeper depths. After that, the changes I get are to
only the desired files:
tests/run-make/CURRENT_RUSTC_VERSION/rmake.rs
tests/run-make/compiler-builtins/rmake.rs
tests/run-make/cross-lang-lto-riscv-abi/rmake.rs
tests/run-make/print-cfg/rmake.rs
tests/run-make/print-native-static-libs/rmake.rs
tests/run-make/print-to-output/rmake.rstests/run-make handling.1 parent 39e02f1 commit 8ec5901
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments