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> {
301301#[ stable( feature = "builtin_macro_prelude" , since = "1.38.0" ) ]
302302#[ allow_internal_unstable( core_intrinsics, derive_eq, structural_match) ]
303303#[ 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 ) ) ]
305305pub macro Eq ( $item: item) {
306306 /* compiler built-in */
307307}
Original file line number Diff line number Diff line change 111111// Library features:
112112// tidy-alphabetical-start
113113#![ 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
115115#![ feature( char_indices_offset) ]
116116#![ feature( const_align_of_val) ]
117117#![ feature( const_align_of_val_raw) ]
You can’t perform that action at this time.
0 commit comments