mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #65845 from nate-chandler/eagermove_language_feature
[AST] Added language feature for @_eagerMove.
This commit is contained in:
@@ -101,6 +101,7 @@ LANGUAGE_FEATURE(
|
||||
LANGUAGE_FEATURE(AttachedMacros, 389, "Attached macros", hasSwiftSwiftParser)
|
||||
LANGUAGE_FEATURE(MoveOnly, 390, "noncopyable types", true)
|
||||
LANGUAGE_FEATURE(ParameterPacks, 393, "Value and type parameter packs", true)
|
||||
SUPPRESSIBLE_LANGUAGE_FEATURE(LexicalLifetimes, 0, "@_eagerMove/@_noEagerMove/@_lexicalLifetimes annotations", true)
|
||||
|
||||
UPCOMING_FEATURE(ConciseMagicFile, 274, 6)
|
||||
UPCOMING_FEATURE(ForwardTrailingClosures, 286, 6)
|
||||
|
||||
Reference in New Issue
Block a user