diff --git a/rustfmt.toml b/rustfmt.toml index 5650843ae..47e9866ce 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -74,7 +74,7 @@ color = "Auto" unstable_features = false disable_all_formatting = false skip_children = false -hide_parse_errors = false +show_parse_errors = true error_on_line_overflow = false error_on_unformatted = false emit_mode = "Files"