| ... | @@ -646,7 +646,7 @@ pub const CallModifier = enum { | ... | @@ -646,7 +646,7 @@ pub const CallModifier = enum { |
| 646 | /// If this is not possible, a compile error is emitted instead. | 646 | /// If this is not possible, a compile error is emitted instead. |
| 647 | always_tail, | 647 | always_tail, |
| 648 | | 648 | |
| 649 | /// Guarantees that the call will inlined at the callsite. | 649 | /// Guarantees that the call will be inlined at the callsite. |
| 650 | /// If this is not possible, a compile error is emitted instead. | 650 | /// If this is not possible, a compile error is emitted instead. |
| 651 | always_inline, | 651 | always_inline, |
| 652 | | 652 | |