Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_ty/src/tests/method_resolution.rs')
| -rw-r--r-- | crates/hir_ty/src/tests/method_resolution.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/hir_ty/src/tests/method_resolution.rs b/crates/hir_ty/src/tests/method_resolution.rs index 9700b388aa..6fd574439b 100644 --- a/crates/hir_ty/src/tests/method_resolution.rs +++ b/crates/hir_ty/src/tests/method_resolution.rs @@ -925,7 +925,6 @@ fn test() { S2.into(); } #[test] fn method_resolution_overloaded_method() { - cov_mark::check!(impl_self_type_match_without_receiver); check_types( r#" struct Wrapper<T>(T); |