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 d608cb5 commit 7ef9cc6Copy full SHA for 7ef9cc6
docs/ABI/Mangling.rst
@@ -212,7 +212,7 @@ types where the metadata itself has unknown layout.)
212
global ::= global 'TD' // dynamic dispatch thunk
213
global ::= global 'Td' // direct method reference thunk
214
global ::= global 'TI' // implementation of a dynamic_replaceable function
215
- global :== global 'Tu' // async function pointer of a function
+ global ::= global 'Tu' // async function pointer of a function
216
global ::= global 'TX' // function pointer of a dynamic_replaceable function
217
global ::= entity entity 'TV' // vtable override thunk, derived followed by base
218
global ::= type label-list? 'D' // type mangling for the debugger with label list for function types.
0 commit comments