We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167ab04 commit 99dc545Copy full SHA for 99dc545
src/libcore/convert.rs
@@ -554,6 +554,11 @@ impl<T> From<T> for T {
554
fn from(t: T) -> T { t }
555
}
556
557
+/// **Stability note:** This impl does not yet exist, but we are
558
+/// "reserving space" to add it in the future. See
559
+/// [rust-lang/rust#64715][#64715] for details.
560
+///
561
+/// [#64715]: https://github.com/rust-lang/rust/issues/64715
562
#[stable(feature = "convert_infallible", since = "1.34.0")]
563
#[cfg(not(boostrap_stdarch_ignore_this))]
564
#[rustc_reservation_impl="permitting this impl would forbid us from adding \
0 commit comments