Add cov_mark

This commit is contained in:
Lukas Wirth 2021-07-02 19:34:49 +02:00
parent dd69d4a97c
commit a7d61ddba4
2 changed files with 2 additions and 0 deletions

View file

@ -4137,6 +4137,7 @@ pub fn foo() {}
#[test]
fn hover_attr_path_qualifier() {
cov_mark::check!(name_ref_classify_attr_path_qualifier);
check(
r#"
//- /foo.rs crate:foo