File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,19 @@ This should not be interpreted as forbidding developers from following a
32
32
non-default style, or forbidding tools from adding any particular configuration
33
33
options.
34
34
35
+ ## Bugs
36
+
37
+ If the style guide differs from rustfmt, that may represent a bug in rustfmt,
38
+ or a bug in the style guide; either way, please report it to the style team or
39
+ the rustfmt team or both, for investigation and fix.
40
+
41
+ If implementing a new formatting tool based on the style guide and default Rust
42
+ style, please test it on the corpus of existing Rust code, and avoid causing
43
+ widespread breakage. The implementation and testing of such a tool may surface
44
+ bugs in either the style guide or rustfmt, as well as bugs in the tool itself.
45
+
46
+ We typically resolve bugs in a fashion that avoids widespread breakage.
47
+
35
48
## Formatting conventions
36
49
37
50
### Indentation and line width
You can’t perform that action at this time.
0 commit comments