mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #3425 from tanadeau/sr-1952-add-escaping-parsing
[WIP][Parser][SR-1952] Added @escaping attribute parsing
This commit is contained in:
@@ -2951,6 +2951,7 @@ void Serializer::writeType(Type ty) {
|
||||
fnTy->isAutoClosure(),
|
||||
fnTy->isNoReturn(),
|
||||
fnTy->isNoEscape(),
|
||||
fnTy->isExplicitlyEscaping(),
|
||||
fnTy->throws());
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user