mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SIL] Changed spelling of lifetime flags.
Changed the frontend flag to -enable-experimental-lexical-lifetimes from -enable-experimental-defined-lifetimes. Changed the attribute on begin_borrow from [defined] to [lexical].
This commit is contained in:
@@ -302,7 +302,7 @@ namespace swift {
|
||||
bool EnableExperimentalConcurrency = false;
|
||||
|
||||
/// Enable experimental support for emitting defined borrow scopes.
|
||||
bool EnableExperimentalDefinedLifetimes = false;
|
||||
bool EnableExperimentalLexicalLifetimes = false;
|
||||
|
||||
/// Enable experimental support for named opaque result types, e.g.
|
||||
/// `func f() -> <T> T`.
|
||||
|
||||
Reference in New Issue
Block a user