diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-10 18:46:58 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-10 18:46:58 +0000 |
commit | 0b96f1a0475b0f9a9eb8cfddf129f7565d4bc2b8 (patch) | |
tree | 8293508a0beaea93703d2a8f25ba7476ab3f9bb7 /crates/hir_expand/Cargo.toml | |
parent | f0e78f2ed6bda5d48caabe35efbb09cb2f3ff5a4 (diff) | |
parent | 2b8674b37ed533fba65b82da35a33c77775df278 (diff) |
Merge #7964
7964: Implement builtin `cfg!` macro r=jonas-schievink a=jonas-schievink
bors r+
Co-authored-by: Jonas Schievink <[email protected]>
Diffstat (limited to 'crates/hir_expand/Cargo.toml')
-rw-r--r-- | crates/hir_expand/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
16 | la-arena = { version = "0.2.0", path = "../../lib/arena" } | 16 | la-arena = { version = "0.2.0", path = "../../lib/arena" } |
17 | 17 | ||
18 | base_db = { path = "../base_db", version = "0.0.0" } | 18 | base_db = { path = "../base_db", version = "0.0.0" } |
19 | cfg = { path = "../cfg", version = "0.0.0" } | ||
19 | syntax = { path = "../syntax", version = "0.0.0" } | 20 | syntax = { path = "../syntax", version = "0.0.0" } |
20 | parser = { path = "../parser", version = "0.0.0" } | 21 | parser = { path = "../parser", version = "0.0.0" } |
21 | profile = { path = "../profile", version = "0.0.0" } | 22 | profile = { path = "../profile", version = "0.0.0" } |