We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7279a4a + ae3814d commit 88a93b3Copy full SHA for 88a93b3
core/src/convert/mod.rs
@@ -778,7 +778,6 @@ impl<T> From<T> for T {
778
///
779
/// [#64715]: https://github.com/rust-lang/rust/issues/64715
780
#[stable(feature = "convert_infallible", since = "1.34.0")]
781
-#[allow(unused_attributes)] // FIXME(#58633): do a principled fix instead.
782
#[rustc_reservation_impl = "permitting this impl would forbid us from adding \
783
`impl<T> From<!> for T` later; see rust-lang/rust#64715 for details"]
784
impl<T> From<!> for T {
0 commit comments