We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56c0bea + baeed92 commit b8e921bCopy full SHA for b8e921b
src/libcore/convert/mod.rs
@@ -567,6 +567,7 @@ impl<T> From<T> for T {
567
///
568
/// [#64715]: https://github.com/rust-lang/rust/issues/64715
569
#[stable(feature = "convert_infallible", since = "1.34.0")]
570
+#[allow(unused_attributes)] // FIXME(#58633): do a principled fix instead.
571
#[rustc_reservation_impl = "permitting this impl would forbid us from adding \
572
`impl<T> From<!> for T` later; see rust-lang/rust#64715 for details"]
573
impl<T> From<!> for T {
0 commit comments