aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/ra_hir/src/ty/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir/src/ty/tests.rs b/crates/ra_hir/src/ty/tests.rs
index c4b452ba4..fee6ed0b3 100644
--- a/crates/ra_hir/src/ty/tests.rs
+++ b/crates/ra_hir/src/ty/tests.rs
@@ -698,6 +698,7 @@ fn test() {
698} 698}
699 699
700#[test] 700#[test]
701#[ignore] // FIXME: After https://github.com/rust-analyzer/rust-analyzer/pull/866 is merged
701fn infer_associated_method_generics() { 702fn infer_associated_method_generics() {
702 check_inference( 703 check_inference(
703 "infer_associated_method_generics", 704 "infer_associated_method_generics",