Skip to content

Commit 8ae57e8

Browse files
committed
Clarify diagnostic group for a proposed warning
1 parent 31ff678 commit 8ae57e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

proposals/NNNN-adoption-tooling-for-swift-features.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ for a given upcoming feature, i.e., because the upcoming feature does not
127127
have a mechanical migration.
128128
A corresponding warning will be emitted in this case to avoid the false
129129
impression that the impacted source code is compatible with the feature.
130+
This warning will belong to the diagnostic group `StrictLanguageFeatures`.
130131

131132
### Interface
132133

@@ -149,8 +150,8 @@ For example:
149150
```
150151

151152
If the specified mode is invalid, the flag will be ignored, and a warning will
152-
be emitted. This warning will belong to the `StrictLanguageFeatures` diagnostic
153-
group.
153+
be emitted.
154+
This warning will belong to the diagnostic group `StrictLanguageFeatures`.
154155
In a series of either of these options applied to a given feature, only the
155156
last option will be honored.
156157
If an upcoming feature is both implied by the effective language mode and

0 commit comments

Comments
 (0)