Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472

Use `ThinVec` more in the AST

r? `@ghost`
This commit is contained in:
bors 2023-02-21 07:02:57 +00:00
commit 3fee48c161
77 changed files with 588 additions and 483 deletions

View file

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
indexmap = "1.9.1"
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
thin-vec = "0.2.9"
thin-vec = "0.2.12"
[dev-dependencies]
rustc_macros = { path = "../rustc_macros" }