diff options
| author | bors <bors@rust-lang.org> | 2022-04-05 09:50:53 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-04-05 09:50:53 +0000 |
| commit | 511752fd9de560a7d0b905bc1886a5bd9fd1a464 (patch) | |
| tree | ab96c9c675a7302d6a9eb7bacfbe35e0fc1e717b | |
| parent | 01ea6241ae276d45ad20d8ce44a18664a9078772 (diff) | |
| parent | 515b4eceff5094533ba0815b5bec0b4d417bc2a2 (diff) | |
| download | rust-511752fd9de560a7d0b905bc1886a5bd9fd1a464.tar.gz rust-511752fd9de560a7d0b905bc1886a5bd9fd1a464.zip | |
Auto merge of #8620 - Alexendoo:test-fmt-first, r=flip1995
Run fmt test before compile-test/dogfood I seem to always forget to run `cargo dev fmt` before doing a test. This lets it fail fast rather than going through the much longer compile-test/dogfood tests first changelog: none
| -rw-r--r-- | tests/check-fmt.rs (renamed from tests/fmt.rs) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/fmt.rs b/tests/check-fmt.rs
index 0defd45b68b..0defd45b68b 100644
--- a/tests/fmt.rs
+++ b/tests/check-fmt.rs
|
