We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30d515 commit db80548Copy full SHA for db80548
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 `#[used]`.
68
+
69
## The `link_section` attribute
70
71
The *`link_section` attribute* specifies the section of the object file that a
0 commit comments