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.
1 parent f97e8e7 commit bbb63f8Copy full SHA for bbb63f8
core/src/marker.rs
@@ -879,7 +879,7 @@ pub trait Tuple {}
879
#[unstable(feature = "pointer_like_trait", issue = "none")]
880
#[lang = "pointer_like"]
881
#[rustc_on_unimplemented(
882
- message = "`{Self}` needs to have the same alignment and size as a pointer",
+ message = "`{Self}` needs to have the same ABI as a pointer",
883
label = "`{Self}` needs to be a pointer-like type"
884
)]
885
pub trait PointerLike {}
0 commit comments