diff --git a/rustfmt.toml b/rustfmt.toml index e633ab2c6e3..6f79e4b4e52 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -15,7 +15,7 @@ ignore = [ # - some UI tests are broken by different formatting # - some require special comments in a particular position (e.g. `EMIT_MIR` comments) "/tests/codegen/simd-intrinsic/", # Many types like `u8x64` are better hand-formatted. - "/tests/crashes/", + "/tests/crashes/", # Many tests contain syntax errors. "/tests/debuginfo/", "/tests/incremental/", "/tests/mir-opt/",