Skip to content

Commit

Permalink
Fix the *other* place that needs to initialize ErasedIsolation
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmccall committed Feb 15, 2024
1 parent 0c05f82 commit 648b15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/swift/Demangling/TypeDecoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class ImplFunctionTypeFlags {
bool erasedIsolation,
ImplFunctionDifferentiabilityKind diffKind)
: Rep(unsigned(rep)), Pseudogeneric(pseudogeneric), Escaping(noescape),
Concurrent(concurrent), Async(async),
Concurrent(concurrent), Async(async), ErasedIsolation(erasedIsolation),
DifferentiabilityKind(unsigned(diffKind)) {}

ImplFunctionTypeFlags
Expand Down

0 comments on commit 648b15a

Please sign in to comment.