From 2b8674b37ed533fba65b82da35a33c77775df278 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Wed, 10 Mar 2021 19:43:03 +0100 Subject: Implement builtin `cfg!` macro --- crates/hir_expand/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/hir_expand/Cargo.toml') diff --git a/crates/hir_expand/Cargo.toml b/crates/hir_expand/Cargo.toml index 76cb03126..7bb40ba9b 100644 --- a/crates/hir_expand/Cargo.toml +++ b/crates/hir_expand/Cargo.toml @@ -16,6 +16,7 @@ rustc-hash = "1.0.0" la-arena = { version = "0.2.0", path = "../../lib/arena" } base_db = { path = "../base_db", version = "0.0.0" } +cfg = { path = "../cfg", version = "0.0.0" } syntax = { path = "../syntax", version = "0.0.0" } parser = { path = "../parser", version = "0.0.0" } profile = { path = "../profile", version = "0.0.0" } -- cgit v1.2.3