We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustc_on_unimplemented
BikeshedIntrinsicFrom
1 parent 8251b9b commit cf4bdd0Copy full SHA for cf4bdd0
core/src/mem/transmutability.rs
@@ -5,6 +5,10 @@
5
/// notwithstanding whatever safety checks you have asked the compiler to [`Assume`] are satisfied.
6
#[unstable(feature = "transmutability", issue = "none")]
7
#[cfg_attr(not(bootstrap), lang = "transmute_trait")]
8
+#[rustc_on_unimplemented(
9
+ message = "`{Src}` cannot be safely transmuted into `{Self}` in the defining scope of `{Context}`.",
10
+ label = "`{Src}` cannot be safely transmuted into `{Self}` in the defining scope of `{Context}`."
11
+)]
12
pub unsafe trait BikeshedIntrinsicFrom<
13
Src,
14
Context,
0 commit comments