We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08020e0 commit d1e6d13Copy full SHA for d1e6d13
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