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
@@ -156,6 +156,9 @@ If `export_name` is used with [`no_mangle`][abi.no_mangle], then the `export_nam
156
156
r[abi.export_name.publicly-exported]
157
157
The `export_name` attribute causes the symbol to be publicly exported from the produced library or object file, similar to the [`used` attribute](#the-used-attribute).
158
158
159
+
r[abi.export_name.null]
160
+
The exported name must not contain a [NUL] character.
0 commit comments