Commit 316812786c
Changed files (1)
doc/langref.html.in
@@ -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>