]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/ptr/metadata.rs
Rollup merge of #106625 - Swatinem:ref/cov6, r=nagisa
[rust.git] / library / core / src / ptr / metadata.rs
index a8604843e96319c679441affd4a7a32972d44fe5..2ea032d4affe052abb3898f2182ccccb241040b5 100644 (file)
@@ -50,7 +50,7 @@
 ///
 /// [`to_raw_parts`]: *const::to_raw_parts
 #[lang = "pointee_trait"]
-#[cfg_attr(not(bootstrap), rustc_deny_explicit_impl)]
+#[rustc_deny_explicit_impl]
 pub trait Pointee {
     /// The type for metadata in pointers and references to `Self`.
     #[lang = "metadata_type"]