We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[allow(unused_attributes)]
1 parent 5c5c8eb commit e48fa2bCopy full SHA for e48fa2b
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)]
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