We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c390311 commit 7fbc487Copy full SHA for 7fbc487
core/src/marker.rs
@@ -1289,3 +1289,9 @@ pub trait FnPtr: Copy + Clone {
1289
pub macro CoercePointee($item:item) {
1290
/* compiler built-in */
1291
}
1292
+
1293
+#[cfg(not(bootstrap))]
1294
+#[lang = "coerce_pointee_wellformed"]
1295
+#[unstable(feature = "derive_coerce_pointee", issue = "123430")]
1296
+#[doc(hidden)]
1297
+pub trait CoercePointeeWellformed {}
0 commit comments