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.
Copy
1 parent 3a56d49 commit eb5fdd9Copy full SHA for eb5fdd9
library/core/src/marker.rs
@@ -455,9 +455,6 @@ marker_impls! {
455
/// [impls]: #implementors
456
#[stable(feature = "rust1", since = "1.0.0")]
457
#[lang = "copy"]
458
-// This is unsound, but required by `hashbrown`
459
-// FIXME(joboet): change `hashbrown` to use `TrivialClone`
460
-#[rustc_unsafe_specialization_marker]
461
#[rustc_diagnostic_item = "Copy"]
462
pub trait Copy: Clone {
463
// Empty.
0 commit comments