Skip to content

Commit baeed92

Browse files
committed
leave a FIXME
1 parent e48fa2b commit baeed92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/convert/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ impl<T> From<T> for T {
567567
///
568568
/// [#64715]: https://github.com/rust-lang/rust/issues/64715
569569
#[stable(feature = "convert_infallible", since = "1.34.0")]
570-
#[allow(unused_attributes)]
570+
#[allow(unused_attributes)] // FIXME(#58633): do a principled fix instead.
571571
#[rustc_reservation_impl = "permitting this impl would forbid us from adding \
572572
`impl<T> From<!> for T` later; see rust-lang/rust#64715 for details"]
573573
impl<T> From<!> for T {

0 commit comments

Comments
 (0)