From 8c7ccdc29d071649e816030ac744338e91eb5558 Mon Sep 17 00:00:00 2001 From: Phil Ellison Date: Fri, 1 Jan 2021 21:11:08 +0000 Subject: Identify methods using functions ids rather than string names --- crates/hir_expand/src/name.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/hir_expand/src') diff --git a/crates/hir_expand/src/name.rs b/crates/hir_expand/src/name.rs index d692cec14..c7609e90d 100644 --- a/crates/hir_expand/src/name.rs +++ b/crates/hir_expand/src/name.rs @@ -186,6 +186,9 @@ pub mod known { Neg, Not, Index, + // Components of known path (function name) + filter_map, + next, // Builtin macros file, column, -- cgit v1.2.3