Skip to content

Commit 8cda4fd

Browse files
committed
docs: remove @setGlobalLinkage section
`@setGlobalLinkage` was removed with #462. The not-yet-implemented proposal for external weak symbols is #1917.
1 parent 8d58dc7 commit 8cda4fd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

doc/langref.html.in

-8
Original file line numberDiff line numberDiff line change
@@ -7183,14 +7183,6 @@ pub const FloatMode = enum {
71837183
{#see_also|Floating Point Operations#}
71847184
{#header_close#}
71857185

7186-
{#header_open|@setGlobalLinkage#}
7187-
<pre>{#syntax#}@setGlobalLinkage(global_variable_name, comptime linkage: GlobalLinkage){#endsyntax#}</pre>
7188-
<p>
7189-
{#syntax#}GlobalLinkage{#endsyntax#} can be found with {#syntax#}@import("builtin").GlobalLinkage{#endsyntax#}.
7190-
</p>
7191-
{#see_also|Compile Variables#}
7192-
{#header_close#}
7193-
71947186
{#header_open|@setRuntimeSafety#}
71957187
<pre>{#syntax#}@setRuntimeSafety(safety_on: bool){#endsyntax#}</pre>
71967188
<p>

0 commit comments

Comments
 (0)