Skip to content

Commit 7a40d94

Browse files
committed
Note that rustfmt need not support all configuration in all style editions
For instance, a configuration option might become obsolete in a new style edition if it configures something that no longer applies.
1 parent 2a5d2fa commit 7a40d94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

text/3338-style-evolution.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ edition for the purposes of parsing Rust code.
5454

5555
Note that rustfmt may not necessarily support all combinations of Rust edition
5656
and style edition; in particular, it may not support using a style edition that
57-
differs by more than one step from the Rust edition.
57+
differs by more than one step from the Rust edition. Similarly, rustfmt need
58+
not support every existing configuration option in new style editions.
5859

5960
New style editions will be initially introduced as nightly-only, to make them
6061
available for testing; such nightly-only editions will produce an error if

0 commit comments

Comments
 (0)