From 0eafc88079fb5ddb1931e59860a4e064743e113a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 13 Jun 2021 11:49:32 +0300 Subject: minor: put a mark back --- crates/ide/src/diagnostics.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ide') 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() { #[test] fn pattern_type_is_of_substitution() { + cov_mark::check!(match_check_wildcard_expanded_to_substitutions); check_diagnostics( r#" struct Foo(T); -- cgit v1.2.3