We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a0192 commit dee62b6Copy full SHA for dee62b6
lib/AST/ASTContext.cpp
@@ -6366,5 +6366,5 @@ ASTContext::lookupExecutablePluginByModuleName(Identifier moduleName) {
6366
6367
bool ASTContext::supportsMoveOnlyTypes() const {
6368
// currently the only thing holding back whether the types can appear is this.
6369
- return SILOpts.LexicalLifetimes == LexicalLifetimesOption::On;
+ return SILOpts.LexicalLifetimes != LexicalLifetimesOption::Off;
6370
}
0 commit comments