You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/abi.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,9 @@ r[abi.no_mangle.edition2024]
113
113
r[abi.no_mangle.publicly-exported]
114
114
In addition to disabling name mangling, the item will be publicly exported from the produced library or object file, similar to the [`used` attribute](#the-used-attribute).
115
115
116
+
r[abi.no_mangle.ascii-only]
117
+
`no_mangle` may only be used on items with a name that only contains ASCII characters.
0 commit comments