We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 152f877 + 18267fc commit 64ef976Copy full SHA for 64ef976
src/expressions/operator-expr.md
@@ -343,7 +343,7 @@ well as the following additional casts. Here `*T` means either `*const T` or
343
| `bool` or `char` | Integer type | Primitive to integer cast |
344
| `u8` | `char` | `u8` to `char` cast |
345
| `*T` | `*V` where `V: Sized` \* | Pointer to pointer cast |
346
-| `*T` where `T: Sized` | Numeric type | Pointer to address cast |
+| `*T` where `T: Sized` | Integer type | Pointer to address cast |
347
| Integer type | `*V` where `V: Sized` | Address to pointer cast |
348
| `&[T; n]` | `*const T` | Array to pointer cast |
349
| [Function item] | [Function pointer] | Function item to function pointer cast |
0 commit comments