You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.rs
0 commit comments