We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eac7589 + 11015c9 commit 3fde038Copy full SHA for 3fde038
1 file changed
src/items/external-blocks.md
@@ -405,6 +405,9 @@ The *`link_name` [attribute][attributes]* may be applied to declarations inside
405
r[items.extern.attributes.link_name.syntax]
406
The `link_name` attribute uses the [MetaNameValueStr] syntax.
407
408
+r[items.extern.attributes.link_name.invalid-names]
409
+The symbol name must not be the empty string or contain any `U+0000` (NUL) bytes.
410
+
411
r[items.extern.attributes.link_name.allowed-positions]
412
The `link_name` attribute may only be applied to a function or static item in an `extern` block.
413
0 commit comments