We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4facebe commit 73b2b74Copy full SHA for 73b2b74
library/core/src/convert/mod.rs
@@ -965,7 +965,7 @@ impl Error for Infallible {
965
}
966
967
#[stable(feature = "convert_infallible", since = "1.34.0")]
968
-#[rustc_const_unstable(feature = "const_cmp", issue = "92391")]
+#[rustc_const_unstable(feature = "const_cmp", issue = "143800")]
969
impl const PartialEq for Infallible {
970
fn eq(&self, _: &Infallible) -> bool {
971
match *self {}
0 commit comments