Skip to content

Commit 71faa79

Browse files
committed
Update docs.
1 parent 7613fdb commit 71faa79

File tree

1 file changed

+2
-1
lines changed
  • library/core/src/intrinsics

1 file changed

+2
-1
lines changed

library/core/src/intrinsics/mir.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@
233233
//!
234234
//! - Operands implicitly convert to `Use` rvalues.
235235
//! - `&`, `&mut`, `addr_of!`, and `addr_of_mut!` all work to create their associated rvalue.
236-
//! - [`Discriminant`], [`Len`], and [`CopyForDeref`] have associated functions.
236+
//! - [`CopyForDeref`], [`CastTransmute`], [`CastPtrToPtr`], [`CastUnsize`], and [`Discriminant`]
237+
//! have associated functions.
237238
//! - Unary and binary operations use their normal Rust syntax - `a * b`, `!c`, etc.
238239
//! - The binary operation `Offset` can be created via [`Offset`].
239240
//! - Checked binary operations are represented by wrapping the associated binop in [`Checked`].

0 commit comments

Comments
 (0)