Commit 316812786c

Bogdan Romanyuk <65823030+wrongnull@users.noreply.github.com>
2023-04-22 13:43:37
langref: add documentation for noinline keyword
1 parent 40029d6
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>