aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand/src/name.rs
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2021-05-13 23:42:10 +0100
committerEdwin Cheng <[email protected]>2021-05-13 23:42:10 +0100
commitbbc151ef323be4c467bba9ea7699852adfea15e1 (patch)
tree91d2b0eb689ab5c87ef6d91603121138f045abdb /crates/hir_expand/src/name.rs
parent9a431c26f4528e2649de0ca171a38c93e473c94e (diff)
Implement `concat_idents`
Diffstat (limited to 'crates/hir_expand/src/name.rs')
-rw-r--r--crates/hir_expand/src/name.rs1
1 files changed, 1 insertions, 0 deletions
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 {
212 std_panic, 212 std_panic,
213 stringify, 213 stringify,
214 concat, 214 concat,
215 concat_idents,
215 include, 216 include,
216 include_bytes, 217 include_bytes,
217 include_str, 218 include_str,