Skip to content

Commit 123e6d4

Browse files
committed
Add abi.no_mangle.generic
1 parent f9b3866 commit 123e6d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/abi.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ In addition to disabling name mangling, the item will be publicly exported from
117117
r[abi.no_mangle.ascii-only]
118118
`no_mangle` may only be used on items with a name that only contains ASCII characters.
119119
120+
r[abi.no_mangle.generic]
121+
`no_mangle` has no effect on generic items.
122+
120123
r[abi.link_section]
121124
## The `link_section` attribute
122125

0 commit comments

Comments
 (0)