We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e32a2f9 + 3b3a6a5 commit c3d550cCopy full SHA for c3d550c
src/expressions/operator-expr.md
@@ -306,6 +306,7 @@ fn average(values: &[f64]) -> f64 {
306
```
307
308
`as` can be used to explicitly perform [coercions](../type-coercions.md), as well as the following additional casts.
309
+Any cast that does not fit either a coercion rule or an entry in the table is a compiler error.
310
Here `*T` means either `*const T` or `*mut T`.
311
312
| Type of `e` | `U` | Cast performed by `e as U` |
0 commit comments