diff options
Diffstat (limited to 'crates/hir_ty/src/tests')
-rw-r--r-- | crates/hir_ty/src/tests/method_resolution.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir_ty/src/tests/method_resolution.rs b/crates/hir_ty/src/tests/method_resolution.rs index 6e74763ca..61f18b0d2 100644 --- a/crates/hir_ty/src/tests/method_resolution.rs +++ b/crates/hir_ty/src/tests/method_resolution.rs | |||
@@ -1227,6 +1227,7 @@ mod b { | |||
1227 | 1227 | ||
1228 | #[test] | 1228 | #[test] |
1229 | fn autoderef_visibility_method() { | 1229 | fn autoderef_visibility_method() { |
1230 | cov_mark::check!(autoderef_candidate_not_visible); | ||
1230 | check_infer( | 1231 | check_infer( |
1231 | r#" | 1232 | r#" |
1232 | #[lang = "deref"] | 1233 | #[lang = "deref"] |