From bbc151ef323be4c467bba9ea7699852adfea15e1 Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Fri, 14 May 2021 06:42:10 +0800 Subject: Implement `concat_idents` --- crates/hir_expand/src/name.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/hir_expand/src/name.rs') diff --git a/crates/hir_expand/src/name.rs b/crates/hir_expand/src/name.rs index bcfd3e524..5a5dc9afd 100644 --- a/crates/hir_expand/src/name.rs +++ b/crates/hir_expand/src/name.rs @@ -212,6 +212,7 @@ pub mod known { std_panic, stringify, concat, + concat_idents, include, include_bytes, include_str, -- cgit v1.2.3