We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab3d49 commit f1b35a2Copy full SHA for f1b35a2
docs/ABI.rst
@@ -782,7 +782,7 @@ Globals
782
decl-name ::= identifier
783
decl-name ::= local-decl-name
784
decl-name ::= private-decl-name
785
- local-decl-name ::= 'L' index identifier // locally-discriminated declaration
+ local-decl-name ::= 'L' identifier index identifier // locally-discriminated declaration
786
private-decl-name ::= 'P' identifier identifier // file-discriminated declaration
787
reabstract-signature ::= ('G' generic-signature)? type type
788
addressor-kind ::= 'u' // unsafe addressor (no owner)
0 commit comments