Skip to content

Commit 73b2b74

Browse files
committed
Fix feature gate
1 parent 4facebe commit 73b2b74

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/convert

1 file changed

+1
-1
lines changed

library/core/src/convert/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ impl Error for Infallible {
965965
}
966966

967967
#[stable(feature = "convert_infallible", since = "1.34.0")]
968-
#[rustc_const_unstable(feature = "const_cmp", issue = "92391")]
968+
#[rustc_const_unstable(feature = "const_cmp", issue = "143800")]
969969
impl const PartialEq for Infallible {
970970
fn eq(&self, _: &Infallible) -> bool {
971971
match *self {}

0 commit comments

Comments
 (0)