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.
no_coverage
1 parent 6dec8dd commit 68c7b89Copy full SHA for 68c7b89
core/src/cmp.rs
@@ -274,6 +274,7 @@ pub trait Eq: PartialEq<Self> {
274
//
275
// This should never be implemented by hand.
276
#[doc(hidden)]
277
+ #[cfg_attr(not(bootstrap), feature(no_coverage))]
278
#[cfg_attr(not(bootstrap), no_coverage)]
279
#[inline]
280
#[stable(feature = "rust1", since = "1.0.0")]
0 commit comments