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.
1 parent e32a2f9 commit 48bef89Copy full SHA for 48bef89
src/expressions/operator-expr.md
@@ -329,6 +329,8 @@ Here `*T` means either `*const T` or `*mut T`.
329
330
\*\* only for closures that do not capture (close over) any local variables
331
332
+Any cast that does not fit either a coercion rule or an entry in the above table is a compiler error.
333
+
334
### Semantics
335
336
* Numeric cast
0 commit comments