Skip to content

Commit 094b6bc

Browse files
committed
Rollup merge of #23187 - steveklabnik:gh17481, r=Manishearth
Fixes #17481
2 parents 4733190 + 1014b22 commit 094b6bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/doc/reference.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3007,10 +3007,6 @@ A type cast expression is denoted with the binary operator `as`.
30073007
Executing an `as` expression casts the value on the left-hand side to the type
30083008
on the right-hand side.
30093009

3010-
A numeric value can be cast to any numeric type. A raw pointer value can be
3011-
cast to or from any integral type or raw pointer type. Any other cast is
3012-
unsupported and will fail to compile.
3013-
30143010
An example of an `as` expression:
30153011

30163012
```

0 commit comments

Comments
 (0)