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
Closes 3390
`hide_parse_errors` is now deprecated, and was renamed
`show_parse_errors` to avoid confusion around the double negative
default of `hide_parse_errors=false`.
Copy file name to clipboardExpand all lines: Configurations.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1248,12 +1248,20 @@ Control the case of the letters in hexadecimal literal values
1248
1248
1249
1249
## `hide_parse_errors`
1250
1250
1251
-
Do not show parse errors if the parser failed to parse files.
1251
+
This option is deprecated and has been renamed to `show_parse_errors`to avoid confusion around the double negative default of `hide_parse_errors=false`.
1252
1252
1253
1253
-**Default value**: `false`
1254
1254
-**Possible values**: `true`, `false`
1255
1255
-**Stable**: No (tracking issue: [#3390](https://github.com/rust-lang/rustfmt/issues/3390))
1256
1256
1257
+
## `show_parse_errors`
1258
+
1259
+
Show parse errors if the parser failed to parse files.
1260
+
1261
+
-**Default value**: `true`
1262
+
-**Possible values**: `true`, `false`
1263
+
-**Stable**: No (tracking issue: [#5977](https://github.com/rust-lang/rustfmt/issues/5977))
1264
+
1257
1265
## `ignore`
1258
1266
1259
1267
Skip formatting files and directories that match the specified pattern.
0 commit comments