File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ The style guide may or may not prescribe formatting behavior for nightly syntax
2
+ in preparation for a feature's eventual stabilization, and to record in
3
+ principal the behavior implemented by rustfmt around nightly syntax, but that
4
+ behavior is not binding until the feature is stabilized.
5
+
1
6
Initial PR(s) implementing new syntax filed against rust-lang/rust should
2
7
generally leave the rustfmt subtree untouched. In cases that that need to
3
8
modify rustfmt (for example, to fix compiler errors that come from adding
@@ -27,4 +32,4 @@ the feature.
27
32
Feature stabilization should be blocked on confirmation and codification of
28
33
formatting behavior. At this point, T-style may also propose alternative
29
34
formatting at the time of stabilization, with any breaking changes weighted
30
- according to the principle stated above.
35
+ according to the breaking changes principle stated above.
You can’t perform that action at this time.
0 commit comments