File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ pub trait Eq: PartialEq<Self> {
301
301
#[ stable( feature = "builtin_macro_prelude" , since = "1.38.0" ) ]
302
302
#[ allow_internal_unstable( core_intrinsics, derive_eq, structural_match) ]
303
303
#[ cfg_attr( bootstrap, allow_internal_unstable( no_coverage) ) ]
304
- #[ cfg_attr( not( bootstrap) , allow_internal_unstable( coverage ) ) ]
304
+ #[ cfg_attr( not( bootstrap) , allow_internal_unstable( coverage_attribute ) ) ]
305
305
pub macro Eq ( $item: item) {
306
306
/* compiler built-in */
307
307
}
Original file line number Diff line number Diff line change 111
111
// Library features:
112
112
// tidy-alphabetical-start
113
113
#![ cfg_attr( bootstrap, feature( no_coverage) ) ] // rust-lang/rust#84605
114
- #![ cfg_attr( not( bootstrap) , feature( coverage ) ) ] // rust-lang/rust#84605
114
+ #![ cfg_attr( not( bootstrap) , feature( coverage_attribute ) ) ] // rust-lang/rust#84605
115
115
#![ feature( char_indices_offset) ]
116
116
#![ feature( const_align_of_val) ]
117
117
#![ feature( const_align_of_val_raw) ]
You can’t perform that action at this time.
0 commit comments