diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-06-13 11:13:56 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-13 11:13:56 +0100 |
commit | e29a4c36c7135820929e741ed40192648556aca6 (patch) | |
tree | 020b9667f0f723b06ee7fb6948efaa9e6b135f68 /crates/ide | |
parent | adbee621a75f47e0da4f30d7205dfce009138865 (diff) | |
parent | 546be18e3a91e4844b0dacc76c9f055397b6d89e (diff) |
Merge #9243
9243: internal: check that coverage marks are always paired r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ide')
-rw-r--r-- | crates/ide/src/diagnostics.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide/src/diagnostics.rs b/crates/ide/src/diagnostics.rs index 31d5cfedc..337a904b6 100644 --- a/crates/ide/src/diagnostics.rs +++ b/crates/ide/src/diagnostics.rs | |||
@@ -2172,6 +2172,7 @@ fn main() { | |||
2172 | 2172 | ||
2173 | #[test] | 2173 | #[test] |
2174 | fn pattern_type_is_of_substitution() { | 2174 | fn pattern_type_is_of_substitution() { |
2175 | cov_mark::check!(match_check_wildcard_expanded_to_substitutions); | ||
2175 | check_diagnostics( | 2176 | check_diagnostics( |
2176 | r#" | 2177 | r#" |
2177 | struct Foo<T>(T); | 2178 | struct Foo<T>(T); |