We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2d118 commit 8911bcfCopy full SHA for 8911bcf
src/libcore/convert.rs
@@ -562,7 +562,7 @@ impl<T> From<T> for T {
562
///
563
/// [#64715]: https://github.com/rust-lang/rust/issues/64715
564
#[stable(feature = "convert_infallible", since = "1.34.0")]
565
-#[allow(unused_attributes)]
+#[allow(unused_attributes)] // FIXME(#58633): do a principled fix instead.
566
#[rustc_reservation_impl = "permitting this impl would forbid us from adding \
567
`impl<T> From<!> for T` later; see rust-lang/rust#64715 for details"]
568
impl<T> From<!> for T {
0 commit comments