From 82fe7b77a3b4f49540ae1fc319bdd38afd73c877 Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Sat, 23 Feb 2019 22:59:01 +0100 Subject: Refactor associated method resolution a bit and make it work with generics --- crates/ra_hir/src/ty/tests.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/ra_hir/src/ty/tests.rs') diff --git a/crates/ra_hir/src/ty/tests.rs b/crates/ra_hir/src/ty/tests.rs index 77aeca669..d0da34677 100644 --- a/crates/ra_hir/src/ty/tests.rs +++ b/crates/ra_hir/src/ty/tests.rs @@ -719,7 +719,6 @@ fn test() { } #[test] -#[ignore] // FIXME: After https://github.com/rust-analyzer/rust-analyzer/pull/866 is merged fn infer_associated_method_generics() { check_inference( "infer_associated_method_generics", -- cgit v1.2.3