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.
PointerLike
1 parent ccfe7aa commit 29446d2Copy full SHA for 29446d2
core/src/marker.rs
@@ -990,6 +990,7 @@ pub trait Tuple {}
990
message = "`{Self}` needs to have the same ABI as a pointer",
991
label = "`{Self}` needs to be a pointer-like type"
992
)]
993
+#[cfg_attr(not(bootstrap), rustc_do_not_implement_via_object)]
994
pub trait PointerLike {}
995
996
#[cfg(not(bootstrap))]
0 commit comments