| ... | @@ -23,7 +23,7 @@ pub const CallModifier = enum { | ... | @@ -23,7 +23,7 @@ pub const CallModifier = enum { |
| 23 | /// If this is not possible, a compile error is emitted instead. | 23 | /// If this is not possible, a compile error is emitted instead. |
| 24 | always_tail, | 24 | always_tail, |
| 25 | | 25 | |
| 26 | /// Guarantees that the call will inlined at the callsite. | 26 | /// Guarantees that the call will be inlined at the callsite. |
| 27 | /// If this is not possible, a compile error is emitted instead. | 27 | /// If this is not possible, a compile error is emitted instead. |
| 28 | always_inline, | 28 | always_inline, |
| 29 | | 29 | |