We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd6e16 commit 3d938ddCopy full SHA for 3d938dd
library/core/src/intrinsics/mir.rs
@@ -228,7 +228,7 @@
228
//!
229
//! - Operands implicitly convert to `Use` rvalues.
230
//! - `&`, `&mut`, `addr_of!`, and `addr_of_mut!` all work to create their associated rvalue.
231
-//! - [`Discriminant`] and [`Len`] have associated functions.
+//! - [`Discriminant`], [`Len`], and [`CopyForDeref`] have associated functions.
232
//! - Unary and binary operations use their normal Rust syntax - `a * b`, `!c`, etc.
233
//! - The binary operation `Offset` can be created via [`Offset`].
234
//! - Checked binary operations are represented by wrapping the associated binop in [`Checked`].
0 commit comments