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
|
@ -254,7 +254,7 @@ fn generate_test_harness(
|
|||
let expn_id = ext_cx.resolver.expansion_for_ast_pass(
|
||||
DUMMY_SP,
|
||||
AstPass::TestHarness,
|
||||
&[sym::test, sym::rustc_attrs, sym::coverage],
|
||||
&[sym::test, sym::rustc_attrs, sym::coverage_attribute],
|
||||
None,
|
||||
);
|
||||
let def_site = DUMMY_SP.with_def_site_ctxt(expn_id.to_expn_id());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue