c what is this

This commit is contained in:
nora 2023-05-23 20:42:51 +02:00
parent ffd3dad040
commit 54226ad499
11 changed files with 305 additions and 57 deletions

View file

@ -10,3 +10,4 @@ bumpalo = "3.10.0"
indexmap = "1.9.1"
parser = { path = "../parser" }
rustc-hash = "1.1.0"
smallvec = { version = "1.10.0", features = ["union"] }