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.
2 parents 9d4f903 + c19b57e commit d8bda99Copy full SHA for d8bda99
core/src/option.rs
@@ -2147,6 +2147,7 @@ impl<T: PartialEq> PartialEq for Option<T> {
2147
///
2148
/// Once that's fixed, `Option` should go back to deriving `PartialEq`, as
2149
/// it used to do before <https://github.com/rust-lang/rust/pull/103556>.
2150
+/// The comment regarding this trait on the `newtype_index` macro should be removed if this is done.
2151
#[unstable(feature = "spec_option_partial_eq", issue = "none", reason = "exposed only for rustc")]
2152
#[doc(hidden)]
2153
pub trait SpecOptionPartialEq: Sized {
0 commit comments