Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
compiler-errors committed Jul 5, 2023
1 parent e3f1565 commit 1d2de1d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nightly-style-procedure.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
The style guide may or may not prescribe formatting behavior for nightly syntax
in preparation for a feature's eventual stabilization, and to record in
principal the behavior implemented by rustfmt around nightly syntax, but that
behavior is not binding until the feature is stabilized.

Initial PR(s) implementing new syntax filed against rust-lang/rust should
generally leave the rustfmt subtree untouched. In cases that that need to
modify rustfmt (for example, to fix compiler errors that come from adding
Expand Down Expand Up @@ -27,4 +32,4 @@ the feature.
Feature stabilization should be blocked on confirmation and codification of
formatting behavior. At this point, T-style may also propose alternative
formatting at the time of stabilization, with any breaking changes weighted
according to the principle stated above.
according to the breaking changes principle stated above.

0 comments on commit 1d2de1d

Please sign in to comment.