Skip to content

Commit 70bc0c5

Browse files
committed
Explain why we don't run rustfmt on tests/crashes/.
1 parent 4fd2003 commit 70bc0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: rustfmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ignore = [
1515
# - some UI tests are broken by different formatting
1616
# - some require special comments in a particular position (e.g. `EMIT_MIR` comments)
1717
"/tests/codegen/simd-intrinsic/", # Many types like `u8x64` are better hand-formatted.
18-
"/tests/crashes/",
18+
"/tests/crashes/", # Many tests contain syntax errors.
1919
"/tests/debuginfo/",
2020
"/tests/incremental/",
2121
"/tests/mir-opt/",

0 commit comments

Comments
 (0)