We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
intrinsics::needs_drop
1 parent 1a4e2b6 commit 932237bCopy full SHA for 932237b
src/libcore/intrinsics.rs
@@ -1291,7 +1291,7 @@ extern "rust-intrinsic" {
1291
/// implements `Copy`.
1292
///
1293
/// If the actual type neither requires drop glue nor implements
1294
- /// `Copy`, then may return `true` or `false`.
+ /// `Copy`, then the return value of this function is unspecified.
1295
1296
/// The stabilized version of this intrinsic is
1297
/// [`std::mem::needs_drop`](../../std/mem/fn.needs_drop.html).
0 commit comments