Skip to content

Commit 1d2de1d

Browse files
tweaks
1 parent e3f1565 commit 1d2de1d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nightly-style-procedure.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
Initial PR(s) implementing new syntax filed against rust-lang/rust should
27
generally leave the rustfmt subtree untouched. In cases that that need to
38
modify rustfmt (for example, to fix compiler errors that come from adding
@@ -27,4 +32,4 @@ the feature.
2732
Feature stabilization should be blocked on confirmation and codification of
2833
formatting behavior. At this point, T-style may also propose alternative
2934
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.

0 commit comments

Comments
 (0)