We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
link_name
1 parent 7b88ecb commit 11015c9Copy full SHA for 11015c9
1 file changed
src/items/external-blocks.md
@@ -406,7 +406,7 @@ 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, and must not contain any `U+0000` (NUL) bytes.
+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.
0 commit comments