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 7825d17 commit 595d923Copy full SHA for 595d923
include/swift/SIL/SILInstruction.h
@@ -7420,10 +7420,10 @@ class DeinitExistentialValueInst
7420
/// dependencies on the bound archetypes.
7421
///
7422
/// %0 = open_pack_element %index
7423
-/// of <t_1_0... as $@opened t_10101 from {T...}>
7424
-/// where t_1_0: Equatable
7425
-///
7426
-/// %index is always a $Builtin.Word.
+/// of <t_1_0... where t_1_0: Equatable> // opened signature
+/// at <Pack{repeat each T}>, // contextual subs
+/// shape $t_1_0,
+/// uuid "01234567-89AB-CDEF-0123-000000000000"
7427
7428
/// In the printed representation, only the relevant portions of the
7429
/// opened generic environment are given: the pack type parameters,
0 commit comments