langref: add documentation for noinline keyword

This commit is contained in:
Bogdan Romanyuk 2023-04-22 14:43:37 +03:00 committed by Veikka Tuominen
parent 40029d6875
commit 316812786c

View File

@ -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>