| ... | @@ -8695,10 +8695,9 @@ test "integer cast panic" { | ... | @@ -8695,10 +8695,9 @@ test "integer cast panic" { |
| 8695 | <p>{#syntax#}dest{#endsyntax#} must be a mutable slice, a mutable pointer to an array, or | 8695 | <p>{#syntax#}dest{#endsyntax#} must be a mutable slice, a mutable pointer to an array, or |
| 8696 | a mutable many-item {#link|pointer|Pointers#}. It may have any | 8696 | a mutable many-item {#link|pointer|Pointers#}. It may have any |
| 8697 | alignment, and it may have any element type.</p> | 8697 | alignment, and it may have any element type.</p> |
| 8698 | <p>Likewise, {#syntax#}source{#endsyntax#} must be a mutable slice, a | 8698 | <p>{#syntax#}source{#endsyntax#} must be a slice, a pointer to |
| 8699 | mutable pointer to an array, or a mutable many-item | 8699 | an array, or a many-item {#link|pointer|Pointers#}. It may |
| 8700 | {#link|pointer|Pointers#}. It may have any alignment, and it may have any | 8700 | have any alignment, and it may have any element type.</p> |
| 8701 | element type.</p> | | |
| 8702 | <p>The {#syntax#}source{#endsyntax#} element type must support {#link|Type Coercion#} | 8701 | <p>The {#syntax#}source{#endsyntax#} element type must support {#link|Type Coercion#} |
| 8703 | into the {#syntax#}dest{#endsyntax#} element type. The element types may have | 8702 | into the {#syntax#}dest{#endsyntax#} element type. The element types may have |
| 8704 | different ABI size, however, that may incur a performance penalty.</p> | 8703 | different ABI size, however, that may incur a performance penalty.</p> |