mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Add cov_mark
This commit is contained in:
parent
dd69d4a97c
commit
a7d61ddba4
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue