Skip to content

Commit 8911bcf

Browse files
authored
leave a FIXME
1 parent 8f2d118 commit 8911bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/convert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ impl<T> From<T> for T {
562562
///
563563
/// [#64715]: https://github.com/rust-lang/rust/issues/64715
564564
#[stable(feature = "convert_infallible", since = "1.34.0")]
565-
#[allow(unused_attributes)]
565+
#[allow(unused_attributes)] // FIXME(#58633): do a principled fix instead.
566566
#[rustc_reservation_impl = "permitting this impl would forbid us from adding \
567567
`impl<T> From<!> for T` later; see rust-lang/rust#64715 for details"]
568568
impl<T> From<!> for T {

0 commit comments

Comments
 (0)