aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2021-03-10 18:43:03 +0000
committerJonas Schievink <[email protected]>2021-03-10 18:43:03 +0000
commit2b8674b37ed533fba65b82da35a33c77775df278 (patch)
tree8293508a0beaea93703d2a8f25ba7476ab3f9bb7 /Cargo.lock
parentf0e78f2ed6bda5d48caabe35efbb09cb2f3ff5a4 (diff)
Implement builtin `cfg!` macro
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 87cf1bf27..8059a8809 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -524,6 +524,7 @@ name = "hir_expand"
524version = "0.0.0" 524version = "0.0.0"
525dependencies = [ 525dependencies = [
526 "base_db", 526 "base_db",
527 "cfg",
527 "either", 528 "either",
528 "la-arena", 529 "la-arena",
529 "log", 530 "log",