| ... | @@ -5400,7 +5400,7 @@ inline fn foo(a: i32, b: i32) i32 { | ... | @@ -5400,7 +5400,7 @@ inline fn foo(a: i32, b: i32) i32 { |
| 5400 | function, except for these scenarios:</p> | 5400 | function, except for these scenarios:</p> |
| 5401 | <ul> | 5401 | <ul> |
| 5402 | <li>To change how many stack frames are in the call stack, for debugging purposes.</li> | 5402 | <li>To change how many stack frames are in the call stack, for debugging purposes.</li> |
| 5403 | <li>To force comptime-ness of the arguments to propagate to the return value of the function, as in the above example.</i> | 5403 | <li>To force comptime-ness of the arguments to propagate to the return value of the function, as in the above example.</li> |
| 5404 | <li>Real world performance measurements demand it.</li> | 5404 | <li>Real world performance measurements demand it.</li> |
| 5405 | </ul> | 5405 | </ul> |
| 5406 | <p>Note that {#syntax#}inline{#endsyntax#} actually <em>restricts</em> | 5406 | <p>Note that {#syntax#}inline{#endsyntax#} actually <em>restricts</em> |