Rename the feature, but not the attribute, to coverage_attribute
This commit is contained in:
parent
de1600d110
commit
679267f2ac
10 changed files with 12 additions and 11 deletions
|
|
@ -301,7 +301,7 @@ pub trait Eq: PartialEq<Self> {
|
|||
#[stable(feature = "builtin_macro_prelude", since = "1.38.0")]
|
||||
#[allow_internal_unstable(core_intrinsics, derive_eq, structural_match)]
|
||||
#[cfg_attr(bootstrap, allow_internal_unstable(no_coverage))]
|
||||
#[cfg_attr(not(bootstrap), allow_internal_unstable(coverage))]
|
||||
#[cfg_attr(not(bootstrap), allow_internal_unstable(coverage_attribute))]
|
||||
pub macro Eq($item:item) {
|
||||
/* compiler built-in */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue