Skip to content

Commit badac8f

Browse files
[SE-0413] Update Features.def (#70038)
* Fix SE-number of `FullTypedThrows` feature. * Fix copyright years.
1 parent 3e5030e commit badac8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/Basic/Features.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2021 - 2023 Apple Inc. and the Swift project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information
@@ -120,7 +120,7 @@ UPCOMING_FEATURE(ExistentialAny, 335, 6)
120120
UPCOMING_FEATURE(ImportObjcForwardDeclarations, 384, 6)
121121
UPCOMING_FEATURE(DisableOutwardActorInference, 401, 6)
122122
UPCOMING_FEATURE(InternalImportsByDefault, 409, 6)
123-
UPCOMING_FEATURE(FullTypedThrows, 410, 6)
123+
UPCOMING_FEATURE(FullTypedThrows, 413, 6)
124124

125125
EXPERIMENTAL_FEATURE(StaticAssert, false)
126126
EXPERIMENTAL_FEATURE(NamedOpaqueTypes, false)

0 commit comments

Comments
 (0)