We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8b4604 + 932237b commit f7d5687Copy full SHA for f7d5687
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