We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e30d515 + e773318 commit 5c76e23Copy full SHA for 5c76e23
src/abi.md
@@ -63,6 +63,9 @@ The *`no_mangle` attribute* may be used on any [item] to disable standard
63
symbol name mangling. The symbol for the item will be the identifier of the
64
item's name.
65
66
+Additionally, the item will be publicly exported from the produced library or
67
+object file, similar to the [`used` attribute](#the-used-attribute).
68
+
69
## The `link_section` attribute
70
71
The *`link_section` attribute* specifies the section of the object file that a
0 commit comments