You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ _**Note:** This is in reverse chronological order, so newer entries are added to
10
10
The compiler flag `-enable-upcoming-feature X` can now be used to enable a specific feature `X` that has been accepted by the evolution process, but whose introduction into the language is waiting for the next major version (e.g., version 6). The `X` is specified by any proposal that falls into this category:
11
11
*`ConciseMagicFile` enables the new `#file` semantics in [SE-0274][].
12
12
*`ForwardTrailingClosures` disables the "backward" scanning behavior of [SE-0286][].
13
-
*`BareSlashRegexLiterals` enables the regex literal syntax of [SE-0352][].
13
+
*`BareSlashRegexLiterals` enables the regex literal syntax of [SE-0354][].
14
14
15
15
Features can be detected in source code with `#if hasFeature(X)`.
0 commit comments