diff options
Diffstat (limited to 'crates/ra_hir')
-rw-r--r-- | crates/ra_hir/src/ty/tests.rs | 1 |
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 | ||
701 | fn infer_associated_method_generics() { | 702 | fn infer_associated_method_generics() { |
702 | check_inference( | 703 | check_inference( |
703 | "infer_associated_method_generics", | 704 | "infer_associated_method_generics", |