mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
internal: check that coverage marks are always paired
This commit is contained in:
parent
0eafc88079
commit
546be18e3a
3 changed files with 54 additions and 6 deletions
|
@ -1007,6 +1007,7 @@ fn go(world: &WorldSnapshot) { go(w$0) }
|
|||
|
||||
#[test]
|
||||
fn too_many_arguments() {
|
||||
cov_mark::check!(too_many_arguments);
|
||||
check_relevance(
|
||||
r#"
|
||||
struct Foo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue