langref: add documentation for noinline keyword
This commit is contained in:
committed by
Veikka Tuominen
parent
40029d6875
commit
316812786c
@@ -11966,6 +11966,17 @@ fn readU32Be() u32 {}
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<pre>{#syntax#}noinline{#endsyntax#}</pre>
|
||||
</th>
|
||||
<td>
|
||||
{#syntax#}noinline{#endsyntax#} disallows function to be inlined in all call sites.
|
||||
<ul>
|
||||
<li>See also {#link|Functions#}</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<pre>{#syntax#}nosuspend{#endsyntax#}</pre>
|
||||
|
||||
Reference in New Issue
Block a user