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
|
@ -111,7 +111,7 @@
|
|||
// Library features:
|
||||
// tidy-alphabetical-start
|
||||
#![cfg_attr(bootstrap, feature(no_coverage))] // rust-lang/rust#84605
|
||||
#![cfg_attr(not(bootstrap), feature(coverage))] // rust-lang/rust#84605
|
||||
#![cfg_attr(not(bootstrap), feature(coverage_attribute))] // rust-lang/rust#84605
|
||||
#![feature(char_indices_offset)]
|
||||
#![feature(const_align_of_val)]
|
||||
#![feature(const_align_of_val_raw)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue