Skip to content

Commit 3d938dd

Browse files
committed
Documentation
1 parent 1bd6e16 commit 3d938dd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

library/core/src/intrinsics/mir.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
//!
229229
//! - Operands implicitly convert to `Use` rvalues.
230230
//! - `&`, `&mut`, `addr_of!`, and `addr_of_mut!` all work to create their associated rvalue.
231-
//! - [`Discriminant`] and [`Len`] have associated functions.
231+
//! - [`Discriminant`], [`Len`], and [`CopyForDeref`] have associated functions.
232232
//! - Unary and binary operations use their normal Rust syntax - `a * b`, `!c`, etc.
233233
//! - The binary operation `Offset` can be created via [`Offset`].
234234
//! - Checked binary operations are represented by wrapping the associated binop in [`Checked`].

0 commit comments

Comments
 (0)