We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0bd14f + f8b63e8 commit b594036Copy full SHA for b594036
src/doc/trpl/casting-between-types.md
@@ -43,7 +43,7 @@ what it does is very simple, but very scary. It tells Rust to treat a value of
43
one type as though it were another type. It does this regardless of the
44
typechecking system, and just completely trusts you.
45
46
-[intrinsic]: intrinsics.html
+[intrinsics]: intrinsics.html
47
48
In our previous example, we know that an array of four `u8`s represents a `u32`
49
properly, and so we want to do the cast. Using `transmute` instead of `as`,
0 commit comments