Thanks to visit codestin.com Credit goes to github.com
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.
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